'Declaration
<NotNullAttribute()> Public Function DuplicateObject( _ ByVal oid As OID _ ) As ADTObject
[NotNull()] public: ADTObject^ DuplicateObject( OID^ oid )
Parameters
- oid
- The OID of the object to duplicate.
Return Value
A new copy of the object.