This document is archived and information here might be outdated. Recommended version. |
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
);