This document is archived and information here might be outdated.  Recommended version.


IPlacedObject3.LabelInsidePolygon Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.LabelInsidePolygon Property
ArcGIS Developer Help

IPlacedObject3.LabelInsidePolygon Property

Indicates whether the label is completely inside the polygons.

[Visual Basic .NET]
Public ReadOnly Property LabelInsidePolygon As Boolean
[C#]
public bool LabelInsidePolygon {get;}
[C++]
HRESULT get_LabelInsidePolygon(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

See Also

IPlacedObject3 Interface