ArcObjects Library Reference (Display)  

ITemplate.AddPatternElement Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

AddPatternElement adds a new pattern element to the ITemplate object. A pattern element is a mark and a gap value.

See Also

ITemplate Interface