Click or drag to resize

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
)

Parameters

hatch
Type: RootPro.RootProCADCustomHatch
represents a user defined hatching CustomHatch

Return Value

Type: Int32
See Also