ArcObjects Library Reference  (Carto)    

IACRasterShieldSymbol.LabelMode Property

The label mode.

[Visual Basic 6.0]
Property LabelMode As acLabelMode
[Visual Basic .NET]
Public Property LabelMode As acLabelMode
[C#]
public acLabelMode LabelMode {get; set;}
[Java]
public acLabelMode getLabelMode()
throws
    IOException,
    AutomationException
[Java]
public void setLabelMode(
acLabelMode pcLabelMode
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_LabelMode(
  acLabelMode* LabelMode
);
[C++]
HRESULT put_LabelMode(
  acLabelMode LabelMode

);

[C++]

Parameters

LabelMode [out, retval]

  LabelMode is a parameter of type acLabelMode

LabelMode [in]

  LabelMode is a parameter of type acLabelMode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IACRasterShieldSymbol Interface

 


Feedback Send feedback on this page