Indicates whether or not feature labels will appear as events draw to the map display.
[Visual Basic 6.0] Property LabelFeatures As Boolean
[Visual Basic .NET] Public Property LabelFeatures As Boolean
[C#] public bool LabelFeatures {get; set;}
[Java] public boolean isLabelFeatures() throws IOException, AutomationException
[Java] public void setLabelFeatures( boolean LabelFeatures ) throws IOException, AutomationException
[C++]
HRESULT get_LabelFeatures(
VARIANT_BOOL* pbvarLabelFeatures
);
[C++] HRESULT put_LabelFeatures( VARIANT_BOOL pbvarLabelFeatures);
Parameters
pbvarLabelFeatures [out, retval]
pbvarLabelFeatures is a parameter of type VARIANT_BOOL
pbvarLabelFeatures [in]
pbvarLabelFeatures is a parameter of type VARIANT_BOOL