'Declaration Public Function GetLinetype( _ ByVal index As Integer _ ) As ImGearVectorLinetype
'Usage Dim instance As ImGearVectorData Dim index As Integer Dim value As ImGearVectorLinetype value = instance.GetLinetype(index)
public ImGearVectorLinetype GetLinetype( int index )
public: ImGearVectorLinetype* GetLinetype( int index )
public: ImGearVectorLinetype^ GetLinetype( int index )
Parameters
- index
- Index of the line type to be returned.
Return Value
New instance of ImGearVectorLinetype class object.