ImageGear .NET v24.12 - Updated
LinetypeCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : LinetypeCount Property
Gets total line type count in the internal line type container.
Syntax
'Declaration
 
Public ReadOnly Property LinetypeCount As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim value As Integer
 
value = instance.LinetypeCount
public int LinetypeCount {get;}
public: __property int get_LinetypeCount();
public:
property int LinetypeCount {
   int get();
}

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members