ArcObjects Library Reference (Carto)  

IMapGrid.SetDefaults Method

Sets the properties of the map grid to default values.

[Visual Basic .NET]
Public Sub SetDefaults ( _
    ByVal pMapFrame As IMapFrame _
)
[C#]
public void SetDefaults (
    IMapFrame pMapFrame
);
[C++]
HRESULT SetDefaults(
  IMapFrame* pMapFrame
);
[C++]

Parameters

pMapFrame [in]

  pMapFrame is a parameter of type IMapFrame

Product Availability

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

See Also

IMapGrid Interface