Sheet view component.
Share
AcSmSheetView (SSO)
Topics in this section
- AcSmSheetView.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmSheetView.GetCategory Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheetView.GetCustomPropertyBag Method (SSO)
Retrieves the custom property bag of the component. - AcSmSheetView.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. - AcSmSheetView.GetDesc Method (SSO)
Retrieves the description of the component. - AcSmSheetView.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. - AcSmSheetView.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmSheetView.GetNamedView Method (SSO)
Returns an IAcSmNamedAcDbObjectReference that points to the named AcDbView object on the sheet referenced by the sheet view component. - AcSmSheetView.GetName Method (SSO)
Retrieves the Name property of the component. - AcSmSheetView.GetNumber Method (SSO)
Retrieves the Number property of the sheet view. - AcSmSheetView.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. - AcSmSheetView.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmSheetView.GetTitle Method (SSO)
Retrieves the Title property of the sheet view. - AcSmSheetView.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmSheetView.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. - AcSmSheetView.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheetView.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheetView.SetCategory Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSheetView.SetDesc Method (SSO)
Sets the description of the component. - AcSmSheetView.SetNamedView Method (SSO)
Sets the AcSmAcDbViewReference that points to the named AcDbView object on the sheet referenced by this sheet view component. - AcSmSheetView.SetName Method (SSO)
Sets the Name property of the component. - AcSmSheetView.SetNumber Method (SSO)
Sets the Number property of the sheet view. - AcSmSheetView.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmSheetView.SetTitle Method (SSO)
Sets the TitleTitle property of the sheet view.
Related Reference
- AcSmSheetView.Clear Method (SSO)
- AcSmSheetView.GetCategory Method (SSO)
- AcSmSheetView.GetCustomPropertyBag Method (SSO)
- AcSmSheetView.GetDatabase Method (SSO)
- AcSmSheetView.GetDesc Method (SSO)
- AcSmSheetView.GetDirectlyOwnedObjects Method (SSO)
- AcSmSheetView.GetIsDirty Method (SSO)
- AcSmSheetView.GetName Method (SSO)
- AcSmSheetView.GetNamedView Method (SSO)
- AcSmSheetView.GetNumber Method (SSO)
- AcSmSheetView.GetObjectId Method (SSO)
- AcSmSheetView.GetOwner Method (SSO)
- AcSmSheetView.GetTitle Method (SSO)
- AcSmSheetView.GetTypeName Method (SSO)
- AcSmSheetView.InitNew Method (SSO)
- AcSmSheetView.Load Method (SSO)
- AcSmSheetView.Save Method (SSO)
- AcSmSheetView.SetCategory Method (SSO)
- AcSmSheetView.SetDesc Method (SSO)
- AcSmSheetView.SetName Method (SSO)
- AcSmSheetView.SetNamedView Method (SSO)
- AcSmSheetView.SetNumber Method (SSO)
- AcSmSheetView.SetOwner Method (SSO)
- AcSmSheetView.SetTitle Method (SSO)