ArcObjects Library Reference (DefenseSolutions)  

IAttributeLabel.Location Property

Location of the attribute label, relative to the center of the primitive shapes defining a graphic.

ERROR: Syntax information about IAttributeLabel.Location may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_Location(
  IPoint** Location
);
[C++]
HRESULT putref_Location(
  IPoint* Location
);
[C++]

Parameters

Location [out, retval]

  Location is a parameter of type IPoint

Location [in]

  Location is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeLabel Interface