ImageGear .NET - Updated July 5, 2018
LinetypeIndex Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLayer Class : LinetypeIndex Property
Gets or sets an index of the line type attribute of the layer.
Syntax
'Declaration
 
Public Property LinetypeIndex As Integer
 
'Usage
 
Dim instance As ImGearVectorLayer
Dim value As Integer
 
instance.LinetypeIndex = value
 
value = instance.LinetypeIndex

Property Value

An integer value between 0 and (vectdata.LinetypeCount - 1), where vectdata is the ImGearVectorData class object the layer belongs to.
Remarks
Actual line types are contained in the line types container of the vector data object. The default value is 0.
See Also

Reference

ImGearVectorLayer Class
ImGearVectorLayer Members