This document is archived and information here might be outdated. Recommended version. |
Adds a hatch definition to the hatch class.
[Visual Basic .NET] Public Sub AddHatchDefinition ( _ ByVal multipleHatchInterval As Integer, _ ByVal hatchDefinition As IHatchDefinition _ )
[C#] public void AddHatchDefinition ( int multipleHatchInterval, IHatchDefinition hatchDefinition );
[C++]
HRESULT AddHatchDefinition(
long multipleHatchInterval,
IHatchDefinition* hatchDefinition
);
[C++] Parameters multipleHatchInterval [in]
multipleHatchInterval is a parameter of type long hatchDefinition [in]
hatchDefinition is a parameter of type IHatchDefinition*