| PolyfaceMeshFaceVertexIndexes Property  | 
        
         
            Gets the list of indexes to the vertex list of a polyface mesh that makes up the face.
            
 
    Namespace: 
   DXFReaderNET.Entities
    Assembly:
   DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
 Syntax
Syntaxpublic List<short> VertexIndexes { get; }Public ReadOnly Property VertexIndexes As List(Of Short)
	Get
public:
property List<short>^ VertexIndexes {
	List<short>^ get ();
}member VertexIndexes : List<int16> with get
 PROPERTY VertexIndexes AS List<SHORT> GET 
Property Value
Type: 
ListInt16 See Also
See Also