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


IGraticule.RemoveElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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