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