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


IGraticule.RemoveElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraticule Interface > IGraticule.RemoveElement Method
ArcGIS Developer Help

IGraticule.RemoveElement Method

Removes a grid line in a custom location.

[Visual Basic .NET]
Public Sub RemoveElement ( _
    ByVal Label As String _
)
[C#]
public void RemoveElement (
    string Label
);
[C++]
HRESULT RemoveElement(
  BSTR Label
);
[C++]
Parameters
Label [in]

Label is a parameter of type BSTR

Product Availability

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

See Also

IGraticule Interface