ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback