Click or drag to resize

CustomHatchCollectionItem Property (String)

Get the user defined hatching with the specified name.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract CustomHatch this[
	string name
] { get; }

Parameters

name
Type: SystemString

Return Value

Type: CustomHatch
representing a user-defined hatch CustomHatch
See Also