This document is archived and information here might be outdated. Recommended version. |
Indicates whether to hatch by part vs. by polyline.
[Visual Basic .NET]
Public Property HatchByPart As Boolean
[C#]
public bool HatchByPart {get; set;}
[C++]
HRESULT get_HatchByPart(
VARIANT_BOOL HatchByPart
);
[C++]
HRESULT put_HatchByPart(
Boolean* HatchByPart
);
[C++] Parameters HatchByPart [in]
HatchByPart is a parameter of type bool HatchByPart [out, retval]
HatchByPart is a parameter of type bool*