Callout block references collection.
Share
AcSmCalloutBlockReferences (SSO)
Topics in this section
- AcSmCalloutBlockReferences.Add Method (SSO)
Appends the provided AcSmAcDbBlockRecordReference component to the collection. - AcSmCalloutBlockReferences.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmCalloutBlockReferences.GetCustomPropertyBag Method (SSO)
Retrieves the custom property bag of the component. - AcSmCalloutBlockReferences.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. - AcSmCalloutBlockReferences.GetDesc Method (SSO)
Retrieves the description of the component. - AcSmCalloutBlockReferences.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. - AcSmCalloutBlockReferences.GetEnumerator Method (SSO)
Returns an enumerator of the contained IAcSmNamedAcDbObjectReference components in the collection. - AcSmCalloutBlockReferences.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmCalloutBlockReferences.GetName Method (SSO)
Retrieves the Name property of the component. - AcSmCalloutBlockReferences.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. - AcSmCalloutBlockReferences.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmCalloutBlockReferences.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmCalloutBlockReferences.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. - AcSmCalloutBlockReferences.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmCalloutBlockReferences.Remove Method (SSO)
Removes the specified AcSmAcDbBlockRecordReference component from the collection. - AcSmCalloutBlockReferences.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmCalloutBlockReferences.SetDesc Method (SSO)
Sets the description of the component. - AcSmCalloutBlockReferences.SetName Method (SSO)
Sets the Name property of the component. - AcSmCalloutBlockReferences.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object.
Related Reference
- AcSmCalloutBlockReferences.Add Method (SSO)
- AcSmCalloutBlockReferences.Clear Method (SSO)
- AcSmCalloutBlockReferences.GetCustomPropertyBag Method (SSO)
- AcSmCalloutBlockReferences.GetDatabase Method (SSO)
- AcSmCalloutBlockReferences.GetDesc Method (SSO)
- AcSmCalloutBlockReferences.GetDirectlyOwnedObjects Method (SSO)
- AcSmCalloutBlockReferences.GetEnumerator Method (SSO)
- AcSmCalloutBlockReferences.GetIsDirty Method (SSO)
- AcSmCalloutBlockReferences.GetName Method (SSO)
- AcSmCalloutBlockReferences.GetObjectId Method (SSO)
- AcSmCalloutBlockReferences.GetOwner Method (SSO)
- AcSmCalloutBlockReferences.GetTypeName Method (SSO)
- AcSmCalloutBlockReferences.InitNew Method (SSO)
- AcSmCalloutBlockReferences.Load Method (SSO)
- AcSmCalloutBlockReferences.Remove Method (SSO)
- AcSmCalloutBlockReferences.Save Method (SSO)
- AcSmCalloutBlockReferences.SetDesc Method (SSO)
- AcSmCalloutBlockReferences.SetName Method (SSO)
- AcSmCalloutBlockReferences.SetOwner Method (SSO)