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


ITemplate.PatternElementCount Property (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.PatternElementCount Property
ArcGIS Developer Help

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(
  System.Int32* 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