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


IObjectFactory.Create Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Framework)  

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

.NET Samples

Automate ArcGIS for Desktop applications (Code Files: Form1)

.NET Related Topics

Automating ArcGIS for Desktop applications | GlobeCore