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


IObjectFactory.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IO > IObjectFactory Interface > IObjectFactory.Create Method
ArcGIS Developer Help

IObjectFactory.Create Method

Creates an instance of an object identified by objectID.

[Visual Basic .NET]
Public Function Create ( _
    ByVal objectID As Object _
) As Object
[C#]
public object Create (
    object objectID
);

Product Availability

Available with ArcGIS Desktop.

See Also

IObjectFactory Interface