public KnowledgeGraphDocumentDescription( string path, Geometry geometry, IReadOnlyDictionary<string,object> attributes )
Public Function New( _ ByVal path As String, _ Optional ByVal geometry As Geometry, _ Optional ByVal attributes As IReadOnlyDictionary(Of String,Object) _ )
Parameters
- path
- Path to the document. This can be a file on disk or a website or document on the internet.
- geometry
- (Optional) The geometry to assign the new row in the document table.
- attributes
- (Optional) The additional attributes for user specified fields to assign the new row in the document table.