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


INameMapping2.Created Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* Created
);
[C++]

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

Product Availability

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

See Also

INameMapping2 Interface