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