| TriangulatorResultIndices Property  | 
  
    Namespace: 
   AGI.Foundation.Geometry.Discrete
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
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
See Also