ArcObjects Library Reference (Location)  

IHatchLayerExtension.RemoveClass Method

Removes a class from the hatch extension.

[Visual Basic .NET]
Public Sub RemoveClass ( _
    ByVal Name As String _
)
[C#]
public void RemoveClass (
    string Name
);
[C++]
HRESULT RemoveClass(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

See Also

IHatchLayerExtension Interface