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


INameMapping2.Created Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

INameMapping2.Created Property

Indicates whether the object was created.

[Visual Basic .NET]
Public ReadOnly Property Created As Boolean
[C#]
public bool Created {get;}
[C++]
HRESULT get_Created(
  Boolean* Created
);
[C++]

Parameters Created [out, retval]
Created is a parameter of type bool*

Product Availability

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

See Also

INameMapping2 Interface