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


IMaplexOverposterLayerProperties2.PolygonAnchorPointType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties2 Interface > IMaplexOverposterLayerProperties2.PolygonAnchorPointType Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties2.PolygonAnchorPointType Property

Indicates the options for the anchor point type.

[Visual Basic .NET]
Public Property PolygonAnchorPointType As esriMaplexAnchorPointType
[C#]
public esriMaplexAnchorPointType PolygonAnchorPointType {get; set;}
[C++]
HRESULT get_PolygonAnchorPointType(
  esriMaplexAnchorPointType* option
);
[C++]
HRESULT put_PolygonAnchorPointType(
  esriMaplexAnchorPointType option
);
[C++]
Parameters
option [out, retval]

option is a parameter of type esriMaplexAnchorPointType* option [in]
option is a parameter of type esriMaplexAnchorPointType

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface