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