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


IPolygonLabelPlacementDescription.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPolygonLabelPlacementDescription.Type Property

Polygon Label Placement Type.

[Visual Basic .NET]
Public Property Type As esriServerPolygonLabelPlacementType
[C#]
public esriServerPolygonLabelPlacementType Type {get; set;}
[C++]
HRESULT get_Type(
  esriServerPolygonLabelPlacementType* PlacementType
);
[C++]
HRESULT put_Type(
  esriServerPolygonLabelPlacementType PlacementType
);
[C++]

Parameters PlacementType [out, retval]
PlacementType is a parameter of type esriServerPolygonLabelPlacementType PlacementType [in]
PlacementType is a parameter of type esriServerPolygonLabelPlacementType

Product Availability

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

See Also

IPolygonLabelPlacementDescription Interface