ImageGear .NET v24.12 - Updated
GetLinetype Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : GetLinetype Method
Index of the line type to be returned.
Returns a line type by its position in the internal container.
Syntax
'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.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members