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


IHatchLayerExtension.AddClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLayerExtension Interface > IHatchLayerExtension.AddClass Method
ArcGIS Developer Help

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