This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchLayerExtension Interface > IHatchLayerExtension.AddClass Method (ArcObjects .NET 10.5 SDK) |
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