This document is archived and information here might be outdated.  Recommended version.


ITemplate.GetPatternElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITemplate Interface > ITemplate.GetPatternElement Method
ArcGIS Developer Help

ITemplate.GetPatternElement Method

Gets pattern element properties for a given index.

[Visual Basic .NET]
Public Sub GetPatternElement ( _
    ByVal index As Integer, _
    ByRef mark As Double, _
    ByRef Gap As Double _
)
[C#]
public void GetPatternElement (
    int index,
    ref double mark,
    ref double Gap
);
[C++]
HRESULT GetPatternElement(
  long index,
  System.Double* mark,
  System.Double* Gap
);
[C++]
Parameters
index [in]

index is a parameter of type long mark [out]
mark is a parameter of type double* Gap [out]
Gap is a parameter of type double*

Product Availability

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

Description

GetPatternElement returns the pattern element based on the pattern element index you specify.

See Also

ITemplate Interface