CustomHatchCollectionIndexOf Method |
Get the index of the specified user defined hatch.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract int IndexOf(
CustomHatch hatch
)
Public MustOverride Function IndexOf (
hatch As CustomHatch
) As Integer
Parameters
- hatch
- Type: RootPro.RootProCADCustomHatch
represents a user defined hatching CustomHatch
Return Value
Type:
Int32See Also