Object reference component.
Share
AcSmObjectReference (SSO)
Topics in this section
- AcSmObjectReference.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmObjectReference.GetDatabase Method (SSO)
Retrieves the parent IAcSmDatabase object. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmObjectReference.GetDirectlyOwnedObjects Method (SSO)
Returns an array of the directly owned objects. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmObjectReference.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmObjectReference.GetObjectId Method (SSO)
Retrieves the IAcSmObjectId of the object. If the method succeeds, the return value is S_OK. If the parent database cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition. - AcSmObjectReference.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmObjectReference.GetReferencedObject Method (SSO)
Retrieves the referenced IAcSmPersist object. - AcSmObjectReference.GetReferenceFlags Method (SSO)
Retrieves the reference flags to determine the type of referencing used, hard referencing or soft referencing. - AcSmObjectReference.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmObjectReference.InitNew Method (SSO)
Initialization of a newly created persistable object. This method and the Load method are the only two ways to initialize a persistable component. - AcSmObjectReference.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmObjectReference.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmObjectReference.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmObjectReference.SetReferencedObject Method (SSO)
Sets the IAcSmPersist object to reference. - AcSmObjectReference.SetReferenceFlags Method (SSO)
Sets the reference flags to hard referencing or soft referencing.
Related Reference
- AcSmObjectReference.Clear Method (SSO)
- AcSmObjectReference.GetDatabase Method (SSO)
- AcSmObjectReference.GetDirectlyOwnedObjects Method (SSO)
- AcSmObjectReference.GetIsDirty Method (SSO)
- AcSmObjectReference.GetObjectId Method (SSO)
- AcSmObjectReference.GetOwner Method (SSO)
- AcSmObjectReference.GetReferencedObject Method (SSO)
- AcSmObjectReference.GetReferenceFlags Method (SSO)
- AcSmObjectReference.GetTypeName Method (SSO)
- AcSmObjectReference.InitNew Method (SSO)
- AcSmObjectReference.Load Method (SSO)
- AcSmObjectReference.Save Method (SSO)
- AcSmObjectReference.SetOwner Method (SSO)
- AcSmObjectReference.SetReferencedObject Method (SSO)
- AcSmObjectReference.SetReferenceFlags Method (SSO)