Sheet component.
Share
AcSmSheet (SSO)
Topics in this section
- AcSmSheet.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmSheet.GetCategory Method (SSO)
Retrieves the CategoryCategory property. Returns S_OK if successful. - AcSmSheet.GetCustomPropertyBag Method (SSO)
Retrieves the custom property bag of the component. - AcSmSheet.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. - AcSmSheet.GetDesc Method (SSO)
Retrieves the description of the component. - AcSmSheet.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. - AcSmSheet.GetDoNotPlot Method (SSO)
Retreives a flag indicating whether a sheet should be skipped during plotting and publishing. - AcSmSheet.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmSheet.GetIssuePurpose Method (SSO)
Retrieves the IssuePurpose property. Returns S_OK if successful. - AcSmSheet.GetLayout Method (SSO)
Returns the IAcSmNamedAcDbObjectReference object, which references the drawing and layout associated with the sheet component. - AcSmSheet.GetName Method (SSO)
Retrieves the Name property of the component. - AcSmSheet.GetNumber Method (SSO)
Retrieves the Number property of the sheet. - AcSmSheet.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. - AcSmSheet.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmSheet.GetRevisionDate Method (SSO)
Retrieves the RevisionDate property. Returns S_OK if successful. - AcSmSheet.GetRevisionNumber Method (SSO)
Retrieves the RevisionNumber property. Returns S_OK if successful. - AcSmSheet.GetSheetViews Method (SSO)
Retreives the sheet views collection of the sheet. - AcSmSheet.GetTitle Method (SSO)
Retrieves the title of the sheet. - AcSmSheet.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmSheet.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. - AcSmSheet.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheet.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheet.SetCategory Method (SSO)
Sets the CategoryCategory property. Returns S_OK if successful. - AcSmSheet.SetDesc Method (SSO)
Sets the description of the component. - AcSmSheet.SetDoNotPlot Method (SSO)
Sets a flag indicating whether a sheet should be skipped during plotting and publishing. - AcSmSheet.SetIssuePurpose Method (SSO)
Sets the IssuePurpose property. Returns S_OK if successful. - AcSmSheet.SetLayout Method (SSO)
Sets the AcSmAcDbLayoutReference object, which references the drawing and layout associated with the sheet component. - AcSmSheet.SetName Method (SSO)
Sets the Name property of the component. - AcSmSheet.SetNumber Method (SSO)
Sets the Number property of the sheet. - AcSmSheet.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmSheet.SetRevisionDate Method (SSO)
Sets the RevisionDate property. Returns S_OK if successful. - AcSmSheet.SetRevisionNumber Method (SSO)
Sets the RevisionNumber property. Returns S_OK if successful. - AcSmSheet.SetTitle Method (SSO)
Sets the title of the sheet.
Related Concepts
Related Reference
- AcSmSheet.Clear Method (SSO)
- AcSmSheet.GetCategory Method (SSO)
- AcSmSheet.GetCustomPropertyBag Method (SSO)
- AcSmSheet.GetDatabase Method (SSO)
- AcSmSheet.GetDesc Method (SSO)
- AcSmSheet.GetDirectlyOwnedObjects Method (SSO)
- AcSmSheet.GetDoNotPlot Method (SSO)
- AcSmSheet.GetIsDirty Method (SSO)
- AcSmSheet.GetIssuePurpose Method (SSO)
- AcSmSheet.GetLayout Method (SSO)
- AcSmSheet.GetName Method (SSO)
- AcSmSheet.GetNumber Method (SSO)
- AcSmSheet.GetObjectId Method (SSO)
- AcSmSheet.GetOwner Method (SSO)
- AcSmSheet.GetRevisionDate Method (SSO)
- AcSmSheet.GetRevisionNumber Method (SSO)
- AcSmSheet.GetSheetViews Method (SSO)
- AcSmSheet.GetTitle Method (SSO)
- AcSmSheet.GetTypeName Method (SSO)
- AcSmSheet.InitNew Method (SSO)
- AcSmSheet.Load Method (SSO)
- AcSmSheet.Save Method (SSO)
- AcSmSheet.SetCategory Method (SSO)
- AcSmSheet.SetDesc Method (SSO)
- AcSmSheet.SetDoNotPlot Method (SSO)
- AcSmSheet.SetIssuePurpose Method (SSO)
- AcSmSheet.SetLayout Method (SSO)
- AcSmSheet.SetName Method (SSO)
- AcSmSheet.SetNumber Method (SSO)
- AcSmSheet.SetOwner Method (SSO)
- AcSmSheet.SetRevisionDate Method (SSO)
- AcSmSheet.SetRevisionNumber Method (SSO)
- AcSmSheet.SetTitle Method (SSO)