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