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


IEditTemplate.CreateCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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.

See Also

IEditTemplate Interface