'Declaration Public Function GetLine( _ ByVal index As Integer _ ) As ImGearVectorHatchline
'Usage Dim instance As ImGearVectorHatch Dim index As Integer Dim value As ImGearVectorHatchline value = instance.GetLine(index)
public ImGearVectorHatchline GetLine( int index )
public: ImGearVectorHatchline* GetLine( int index )
public: ImGearVectorHatchline^ GetLine( int index )
Parameters
- index
 - Index of the line in the hatch.
 
Return Value
New instance of ImGearVectorHatchline class object.
