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


IMaplexOverposterLayerProperties2.GraticuleAlignmentType 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.GraticuleAlignmentType Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties2.GraticuleAlignmentType Property

Indicates the options for the graticule alignment type.

[Visual Basic .NET]
Public Property GraticuleAlignmentType As esriMaplexGraticuleAlignmentType
[C#]
public esriMaplexGraticuleAlignmentType GraticuleAlignmentType {get; set;}
[C++]
HRESULT get_GraticuleAlignmentType(
  esriMaplexGraticuleAlignmentType* option
);
[C++]
HRESULT put_GraticuleAlignmentType(
  esriMaplexGraticuleAlignmentType option
);
[C++]
Parameters
option [out, retval]

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

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface