This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IO > IObjectFactory Interface > IObjectFactory.Create Method (ArcObjects .NET 10.4 SDK) |
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 );