ArcObjects Library Reference (Display)  

ITemplate.PatternElementCount Property

The number of pattern elements.

[Visual Basic .NET]
Public ReadOnly Property PatternElementCount As Integer
[C#]
public int PatternElementCount {get;}
[C++]
HRESULT get_PatternElementCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

Description

PatternElementCount is the number of pattern elements that have been added to the ITemplate object. A pattern element is one mark and one gap.

See Also

ITemplate Interface