This document is archived and information here might be outdated. Recommended version. |
Indicates if features are treated as barriers to label/symbol placement.
[Visual Basic .NET]
Public Property IsBarrier As Boolean
[C#]
public bool IsBarrier {get; set;}
[C++]
HRESULT get_IsBarrier(
VARIANT_BOOL IsBarrier
);
[C++]
HRESULT put_IsBarrier(
Boolean* IsBarrier
);
[C++] Parameters IsBarrier [in]
IsBarrier is a parameter of type bool IsBarrier [out, retval]
IsBarrier is a parameter of type bool*