Public NotInheritable Class NoTopologyProperties Inherits TopologyProperties
public sealed class NoTopologyProperties : TopologyProperties
Public NotInheritable Class NoTopologyProperties Inherits TopologyProperties
public sealed class NoTopologyProperties : TopologyProperties
// Retrieves the properties of the active topology associated with the specified map asynchronously. var activeTopologyProperties = await activeMap.GetActiveTopologyAsync(); var isMapTopology = activeTopologyProperties is MapTopologyProperties; var isGdbTopology = activeTopologyProperties is GeodatabaseTopologyProperties; var isNoTopology = activeTopologyProperties is NoTopologyProperties;
System.Object
ArcGIS.Desktop.Editing.TopologyProperties
ArcGIS.Desktop.Editing.NoTopologyProperties
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)