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


IPlacedObject3.LabelInsidePolygon Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* flag
);
[C++]

Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPlacedObject3 Interface