ArcObjects Library Reference (Location)  

IHatchLayerExtension.AddClass Method

Adds a class to the hatch extension.

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

Parameters

Name [in]   Name is a parameter of type BSTR HatchClass [in]

  HatchClass is a parameter of type IHatchClass

Product Availability

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

See Also

IHatchLayerExtension Interface