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