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


IHatchLayerExtension.AddClass Method (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

Location