HatchShapeCustomHatchAngle Property |
Note: This API is now obsolete.
Gets or sets the angle (Degree) of user defined hatch. ※ It may become unusable in the future. Please use HatchAngle.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax [ObsoleteAttribute("This property is obsolete. Use HatchAngle instead.")]
public abstract double CustomHatchAngle { get; set; }
<ObsoleteAttribute("This property is obsolete. Use HatchAngle instead.")>
Public MustOverride Property CustomHatchAngle As Double
Get
Set
Property Value
Type:
Double
Degree value
See Also