This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not feature labels will appear as events draw to the map display.
[Visual Basic .NET] Public Property LabelFeatures As Boolean
[C#] public bool LabelFeatures {get; set;}
[C++]
HRESULT get_LabelFeatures(
VARIANT_BOOL pbvarLabelFeatures
);
[C++]
HRESULT put_LabelFeatures(
Boolean* pbvarLabelFeatures
);
[C++]
Parameters pbvarLabelFeatures [in]
pbvarLabelFeatures is a parameter of type bool pbvarLabelFeatures [out, retval]
pbvarLabelFeatures is a parameter of type bool*