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)
Syntaxpublic abstract CustomHatch this[
string name
] { get; }
Public MustOverride ReadOnly Default Property Item (
name As String
) As CustomHatch
Get
Parameters
- name
- Type: SystemString
Return Value
Type:
CustomHatch representing a user-defined hatch
CustomHatch
See Also