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


IGridLabel2.Applies Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGridLabel2.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,
  VARIANT_BOOL* Applies
);
[C++]

Parameters grid [in]
grid is a parameter of type IMapGrid Applies [out, retval] Applies is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGridLabel2 Interface