ImageGear .NET v24.12 - Updated
SetLinetypeIndex Method




ImageGear24.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