This document is archived and information here might be outdated. Recommended version. |
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*