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