This document is archived and information here might be outdated. Recommended version. |
Indicates if labels are placed for the layer.
[Visual Basic .NET]
Public Property PlaceLabels As Boolean
[C#]
public bool PlaceLabels {get; set;}
[C++]
HRESULT get_PlaceLabels(
VARIANT_BOOL place
);
[C++]
HRESULT put_PlaceLabels(
Boolean* place
);
[C++] Parameters place [in]
place is a parameter of type bool place [out, retval]
place is a parameter of type bool*