This document is archived and information here might be outdated. Recommended version. |
The outline type.
[Visual Basic .NET] Public Property BoundaryLineType As acLineType
[C#] public acLineType BoundaryLineType {get; set;}
[C++]
HRESULT get_BoundaryLineType(
acLineType* Type
);
[C++]
HRESULT put_BoundaryLineType(
acLineType Type
);
[C++] Parameters Type [out, retval]
Type is a parameter of type acLineType* Type [in]
Type is a parameter of type acLineType