Provides access to control TIN elements' properties.
Members
Name | Description | |
---|---|---|
Index | The element's index number. | |
TagValue | The element's tag value. | |
UseTagValue | Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge. |
ITinFeatureSeed.Index Property
The element's index number.
Public ReadOnly Property Index As Integer
public int Index {get;}
ITinFeatureSeed.TagValue Property
The element's tag value.
Public ReadOnly Property TagValue As Integer
public int TagValue {get;}
ITinFeatureSeed.UseTagValue Property
Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.
Public Property UseTagValue As Boolean
public bool UseTagValue {get; set;}
Classes that implement ITinFeatureSeed
Classes | Description |
---|---|
TinEdge | The Esri TinEdge component. |
TinNode | The Esri TinNode component. |
TinTriangle | The Esri TinTriangle component. |