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