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