ImageGear .NET v24.12 - Updated
GetFilltypeIndex Method (ImGearVectorEntity)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : GetFilltypeIndex Method
Returns the fill type index of the entity.
Syntax
'Declaration
 
Public Function GetFilltypeIndex() As Integer
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As Integer
 
value = instance.GetFilltypeIndex()
public int GetFilltypeIndex()
public: int GetFilltypeIndex(); 
public:
int GetFilltypeIndex(); 

Return Value

Non-negative value or either -2 or -3.
Remarks

If this value is equal to -3, then the actual fill type index is defined by the entity layer. In case of -2 the index should be obtained from the block. Othervise, the value is used as actual fill type index.

Actual fill type can be retrieved by the index by calling the ImGearVectorData class object's ImGearVectorData.GetFilltype method.

See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members