Name | Description | |
---|---|---|
![]() | CIMKGPaths Constructor |
The following tables list the members exposed by CIMKGPaths.
Name | Description | |
---|---|---|
![]() | CIMKGPaths Constructor |
Name | Description | |
---|---|---|
![]() | EntitiesUIDs | Gets or sets the list of entities that may be used in paths (not all entities are guaranteed to be used). |
![]() | EntityTypes | Gets or sets a list parallel to EntitiesUIDs representing entity type indices. if EntityTypes[i] >= 0, EntitiesUIDs[i] has type IndexedEntityTypes[EntityTypes[i]] else the entity has been deleted after the find path operation. |
![]() | IndexedEntityTypes | Gets or sets the list of entity types, indexed by 'EntityTypes'. |
![]() | IndexedRelationshipTypes | Gets or sets the list of relationship types, indexed by 'RelationshipTypes'. |
![]() | PathsBuffer | Gets or sets the list of relationships groups indices used by paths. Values must be positive. |
![]() | PathsEndIndex | Gets or sets the list of paths relationships groups end indices (indexes into 'PathsBuffer'). Values must be positive. |
![]() | RelationshipsFrom | Gets or sets the list of relationships origin entity index (indexes into 'EntitiesUIDs'). |
![]() | RelationshipsGroupsFrom | Gets or sets the list of relationships groups origin entity index (indexes into 'EntitiesUIDs'). Values must be positive. |
![]() | RelationshipsGroupsTo | Gets or sets the list of relationships groups destination entity index (indexes into 'EntitiesUIDs'). Values must be positive. |
![]() | RelationshipsGroupsUIDsBuffer | Gets or sets the list of relationships that may be used in paths (not all relationships are guaranteed to be used). The list may contain duplicate elements. |
![]() | RelationshipsGroupsUIDsEndIndex | Gets or sets the list of relationships groups relationship end indices (indexes into 'RelationshipsGroupsUIDsBuffer'). Values must be positive. |
![]() | RelationshipsTo | Gets or sets the list of relationships destination entity index (indexes into 'EntitiesUIDs'). |
![]() | RelationshipTypes | Gets or sets a list parallel to RelationshipsGroupsUIDsBuffer representing relationship type indices. if RelationshipTypes[i] >= 0, RelationshipsGroupsUIDsBuffer[i] has type IndexedRelationshipTypes[RelationshipTypes[i]] else the relationship has been deleted after the find path operation. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of CIMKGPaths. |
![]() ![]() | FromJson | Reconstructs the CIMKGPaths with a specified state from a JSON encoding. |
![]() | GetSchema | Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ReadXml | Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ToJson | Overridden. Creates a JSON encoding of the CIMKGPaths and its current state. |
![]() | WriteXml | Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject) |
Name | Description | |
---|---|---|
![]() | RaisePropertyChanged | Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject) |
![]() | ReadXmlElement | Overridden. Reads the child element inside the reader. |
![]() | WriteXmlElements | Overridden. Writes a child element to the writer. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject) |