TriangulatorResultIndices Property |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic virtual Collection<int> Indices { get; }
Public Overridable ReadOnly Property Indices As Collection(Of Integer)
Get
public:
virtual property Collection<int>^ Indices {
Collection<int>^ get ();
}
abstract Indices : Collection<int> with get
override Indices : Collection<int> with get
Property Value
Type:
CollectionInt32
See Also