Refers to a block record in a drawing file.
Share
AcSmAcDbBlockRecordReference (SSO)
Topics in this section
- AcSmAcDbBlockRecordReference.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmAcDbBlockRecordReference.GetAcDbHandle Method (SSO)
Retrieves the AcDbHandle of the referenced AcDbObject. The name of the referenced object may not be the current name of the object. - AcSmAcDbBlockRecordReference.GetAcSmAcDbDatabase Method (SSO)
Returns the open AcSmAcDbDatabase containing the referenced AcDbObject. - AcSmAcDbBlockRecordReference.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. - AcSmAcDbBlockRecordReference.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. - AcSmAcDbBlockRecordReference.GetFileName Method (SSO)
Retrieves the file name property of this file reference. - AcSmAcDbBlockRecordReference.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmAcDbBlockRecordReference.GetName Method (SSO)
Retrieves the name of the referenced object. The name of the referenced object might not be the current name of the object. - AcSmAcDbBlockRecordReference.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. - AcSmAcDbBlockRecordReference.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmAcDbBlockRecordReference.GetOwnerAcDbHandle Method (SSO)
Retrieves the AcDbHandle of the parent AcDbObject of the referenced object. - AcSmAcDbBlockRecordReference.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmAcDbBlockRecordReference.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. - AcSmAcDbBlockRecordReference.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmAcDbBlockRecordReference.ResolveAcDbObject Method (SSO)
Attempts to find the referenced AcDbObject in the specified AcDbDatabase. - AcSmAcDbBlockRecordReference.ResolveFileName Method (SSO)
Retrieves the fully qualified path to the resolved file name. S_FALSE is returned if the file is not found. - AcSmAcDbBlockRecordReference.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmAcDbBlockRecordReference.SetAcDbHandle Method (SSO)
Sets the AcDbHandle that the object will reference. The name, without the handle, provides insufficient information about the referenced AcDbObject. - AcSmAcDbBlockRecordReference.SetAcDbObject Method (SSO)
Sets and modifies all properties of the object reference specified by the AcDbObject pointer. - AcSmAcDbBlockRecordReference.SetFileName Method (SSO)
Sets the file name that this object will reference. - AcSmAcDbBlockRecordReference.SetName Method (SSO)
Sets the name of the referenced object. - AcSmAcDbBlockRecordReference.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmAcDbBlockRecordReference.SetOwnerAcDbHandle Method (SSO)
Sets the AcDbHandle of the owning AcDbObject.
Related Reference
- AcSmAcDbBlockRecordReference.Clear Method (SSO)
- AcSmAcDbBlockRecordReference.GetAcSmAcDbDatabase Method (SSO)
- AcSmAcDbBlockRecordReference.GetDatabase Method (SSO)
- AcSmAcDbBlockRecordReference.GetDirectlyOwnedObjects Method (SSO)
- AcSmAcDbBlockRecordReference.GetFileName Method (SSO)
- AcSmAcDbBlockRecordReference.GetIsDirty Method (SSO)
- AcSmAcDbBlockRecordReference.GetName Method (SSO)
- AcSmAcDbBlockRecordReference.GetObjectId Method (SSO)
- AcSmAcDbBlockRecordReference.GetOwner Method (SSO)
- AcSmAcDbBlockRecordReference.GetOwnerAcDbHandle Method (SSO)
- AcSmAcDbBlockRecordReference.GetTypeName Method (SSO)
- AcSmAcDbBlockRecordReference.InitNew Method (SSO)
- AcSmAcDbBlockRecordReference.Load Method (SSO)
- AcSmAcDbBlockRecordReference.ResolveAcDbObject Method (SSO)
- AcSmAcDbBlockRecordReference.ResolveFileName Method (SSO)
- AcSmAcDbBlockRecordReference.Save Method (SSO)
- AcSmAcDbBlockRecordReference.SetAcDbHandle Method (SSO)
- AcSmAcDbBlockRecordReference.SetAcDbObject Method (SSO)
- AcSmAcDbBlockRecordReference.SetFileName Method (SSO)
- AcSmAcDbBlockRecordReference.SetName Method (SSO)
- AcSmAcDbBlockRecordReference.SetOwner Method (SSO)
- AcSmAcDbBlockRecordReference.SetOwnerAcDbHandle Method (SSO)