ArcObjects Library Reference  (Framework)    

IObjectFactory.Create Method

Creates an instance of an object identified by objectID.

[Visual Basic 6.0]
Function Create(
    ByVal objectID As Variant _
) As Unknown
[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

 


Feedback Send feedback on this page