ArcObjects Library Reference (Display)  

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,
  double* mark,
  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