Returns an index of the hatch fill type by the hatch name.
Syntax
'Declaration
Public Function GetHatchFilltypeIndex( _
ByVal As String _
) As Integer
'Usage
Dim instance As ImGearVectorData
Dim hatchName As String
Dim value As Integer
value = instance.GetHatchFilltypeIndex(hatchName)
Parameters
- hatchName
- Name of the hatch.
Return Value
Integer value.
See Also