This document is archived and information here might be outdated. Recommended version. |
Adds a pattern element.
[Visual Basic .NET]
Public Sub AddPatternElement ( _
ByVal mark As Double, _
ByVal Gap As Double _
)
[C#]
public void AddPatternElement (
double mark,
double Gap
);
[C++]
HRESULT AddPatternElement(
double mark,
double Gap
);
[C++] Parameters mark [in]
mark is a parameter of type double Gap [in]
Gap is a parameter of type double