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 );