QuantizedMeshTerrainTileGetVertexIndex Method  | 
 
            Gets the vertex index for the given index, with three indices per triangle. 
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic uint GetVertexIndex(
	int index
)
Public Function GetVertexIndex ( 
	index As Integer
) As UInteger
public:
unsigned int GetVertexIndex(
	int index
)
member GetVertexIndex : 
        index : int -> uint32 
Parameters
- index
 - Type: SystemInt32
The index. 
Return Value
Type: 
UInt32The vertex index.
See Also