Gets or sets an index of the line type attribute of the layer.
'Declaration
Public Property LinetypeIndex As Integer
'Usage
Dim instance As ImGearVectorLayer
Dim value As Integer
instance.LinetypeIndex = value
value = instance.LinetypeIndex
public int LinetypeIndex {get; set;}
public: __property int get_LinetypeIndex();
public: __property void set_LinetypeIndex(
int value
);
public:
property int LinetypeIndex {
int get();
void set ( int value);
}
Property Value
An integer value between 0 and (
vectdata.LinetypeCount - 1
), where vectdata is the
ImGearVectorData class object the layer belongs to.