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


INameMapping2.Created Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INameMapping2 Interface > INameMapping2.Created Property
ArcGIS Developer Help

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