public void SetEdgeType( int index, TinEdgeType edgeType )
Public Sub SetEdgeType( _ ByVal index As Integer, _ ByVal edgeType As TinEdgeType _ )
Parameters
- index
- The index of the edge. Edge indices start at 1.
- edgeType
- The edge type to set.
public void SetEdgeType( int index, TinEdgeType edgeType )
Public Sub SetEdgeType( _ ByVal index As Integer, _ ByVal edgeType As TinEdgeType _ )
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method must be called on the MCT. Use QueuedTask.Run. |
ArcGIS.Core.Data.Exceptions.TinException | The editor is not in edit mode. |
Target Platforms: Windows 11, Windows 10