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


IName.Open Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > IName Interface > IName.Open Method
ArcGIS Developer Help

IName.Open Method

Opens the object referred to by this name.

[Visual Basic .NET]
Public Function Open ( _
) As Object
[C#]
public object Open (
);
[C++]
HRESULT Open(
void
);

Product Availability

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

Remarks

The Open method lets you instantiate the actual object given the name object.

Note: Opening a feature class that participates in a topology or geometric network will also open all other feature classes participating in the topology or geometric network in memory.

 

See Also

IName Interface