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


IEditTemplate.CreateCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEditTemplate Interface > IEditTemplate.CreateCount Property
ArcGIS Developer Help

IEditTemplate.CreateCount Property

Returns the number of times this template has created a feature.

[Visual Basic .NET]
Public ReadOnly Property CreateCount As Integer
[C#]
public int CreateCount {get;}
[C++]
HRESULT get_CreateCount(
  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.

See Also

IEditTemplate Interface