This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel Interface > IGridLabel.Applies Property (ArcObjects .NET 10.4 SDK) |
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