ImageGear PDF v25.2 - Updated
SetLinetypeIndex Method




ImageGear.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : SetLinetypeIndex Method
New line type index to be set.
Sets the line type index for an entity.
Syntax
'Declaration
 
Public Sub SetLinetypeIndex( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntity
Dim index As Integer
 
instance.SetLinetypeIndex(index)
public void SetLinetypeIndex( 
   int index
)
public: void SetLinetypeIndex( 
   int index
) 
public:
void SetLinetypeIndex( 
   int index
) 

Parameters

index
New line type index to be set.
Remarks
See GetLinetypeIndex method for possible values.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members

Is this page helpful?
Yes No
Thanks for your feedback.