ArcObjects Library Reference (CartoUI)  

IMapGridFactory.Create Method

Creates a map grid.

[Visual Basic .NET]
Public Function Create ( _
    ByVal MapFrame As IMapFrame _
) As IMapGrid
[C#]
public IMapGrid Create (
    IMapFrame MapFrame
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMapGridFactory Interface