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


IGridLabel.Applies Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel Interface > IGridLabel.Applies Property
ArcGIS Developer Help

IGridLabel.Applies Property

Indicates if this grid label can be used with the specified map grid.

[Visual Basic .NET]
Public Function get_Applies ( _
    ByVal grid As IMapGrid _
) As Boolean
[C#]
public bool get_Applies (
    IMapGrid grid
);
[C++]
HRESULT get_Applies(
  IMapGrid* grid,
  Boolean* Applies
);
[C++]
Parameters
grid [in]

grid is a parameter of type IMapGrid* Applies [out, retval]
Applies is a parameter of type bool*

Product Availability

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

See Also

IGridLabel Interface