'Declaration
<NotNullAttribute()> Public Function CreateObject( _ ByVal cid As ClassID _ ) As ADTObject
[NotNull()] public: ADTObject^ CreateObject( ClassID cid )
Parameters
- cid
- The ID of the class to create.
Return Value
A new object of the specified class.