ArcObjects Library Reference (Carto)  

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