ArcObjects Library Reference (DefenseSolutions)  

IAttributeText.Location Property

The point location where the text will be drawn, expressed in map units.

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

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

Parameters

ppLocation [out, retval]

  ppLocation is a parameter of type IPoint

ppLocation [in]

  ppLocation is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IAttributeText Interface