Subset component.
Share
AcSmSubset (SSO)
Topics in this section
- AcSmSubset.AddNewSheet Method (SSO)
Adds a new sheet component without adding it to the subset. - AcSmSubset.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmSubset.CreateSubset Method (SSO)
Adds a new subset component without adding it to the current subset. - AcSmSubset.GetCustomPropertyBag Method (SSO)
Retrieves the custom property bag of the component. - AcSmSubset.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. - AcSmSubset.GetDefDwtLayout Method (SSO)
Returns the IAcSmNamedAcDbObjectReference that points to the layout used as a template for new sheets. - AcSmSubset.GetDesc Method (SSO)
Retrieves the description of the component. - AcSmSubset.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. - AcSmSubset.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmSubset.GetName Method (SSO)
Retrieves the Name property of the component. - AcSmSubset.GetNewSheetLocation Method (SSO)
Returns the IAcSmFileReference that points to the location in the file system where new sheets are created. - AcSmSubset.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. - AcSmSubset.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmSubset.GetPromptForDwt Method (SSO)
Returns a Boolean flag indicating if the application should prompt for a DWT file. - AcSmSubset.GetSheetEnumerator Method (SSO)
Returns an enumerator of all components in this subset. - AcSmSubset.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmSubset.ImportSheet Method (SSO)
Adds a new sheet component that references the layout of AcSmAcDbLayoutReference. The new component is not added to the subset. - AcSmSubset.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. - AcSmSubset.InsertComponentAfter Method (SSO)
Inserts a sheet at the position specified. - AcSmSubset.InsertComponent Method (SSO)
Inserts a sheet at the position specified. - AcSmSubset.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSubset.NotifyRegisteredEventHandlers Method (SSO)
Forces a notification to all registered notification handlers. - AcSmSubset.RemoveSheet Method (SSO)
Removes the specified sheet component from the subset. - AcSmSubset.RemoveSubset Method (SSO)
Removes the specified subset component from the collection. - AcSmSubset.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmSubset.SetDefDwtLayout Method (SSO)
Sets the AcSmAcDbLayoutReference that points to the layout used as a template for new sheets. - AcSmSubset.SetDesc Method (SSO)
Sets the description of the component. - AcSmSubset.SetName Method (SSO)
Sets the Name property of the component. - AcSmSubset.SetNewSheetLocation Method (SSO)
Sets the IAcSmFileReference that points to the location in the file system where new sheets are created. - AcSmSubset.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmSubset.SetPromptForDwt Method (SSO)
Sets a Boolean flag indicating if the application should prompt for a DWT file. - AcSmSubset.UpdateInMemoryDwgHints Method (SSO)
Updates the hints in the open drawings referenced in the subset.
Related Concepts
Related Reference
- Create a Subset (SSO)
- AcSmSubset.AddNewSheet Method (SSO)
- AcSmSubset.Clear Method (SSO)
- AcSmSubset.CreateSubset Method (SSO)
- AcSmSubset.GetCustomPropertyBag Method (SSO)
- AcSmSubset.GetDatabase Method (SSO)
- AcSmSubset.GetDefDwtLayout Method (SSO)
- AcSmSubset.GetDesc Method (SSO)
- AcSmSubset.GetDirectlyOwnedObjects Method (SSO)
- AcSmSubset.GetIsDirty Method (SSO)
- AcSmSubset.GetName Method (SSO)
- AcSmSubset.GetNewSheetLocation Method (SSO)
- AcSmSubset.GetObjectId Method (SSO)
- AcSmSubset.GetOwner Method (SSO)
- AcSmSubset.GetPromptForDwt Method (SSO)
- AcSmSubset.GetSheetEnumerator Method (SSO)
- AcSmSubset.GetTypeName Method (SSO)
- AcSmSubset.ImportSheet Method (SSO)
- AcSmSubset.InitNew Method (SSO)
- AcSmSubset.InsertComponent Method (SSO)
- AcSmSubset.InsertComponentAfter Method (SSO)
- AcSmSubset.Load Method (SSO)
- AcSmSubset.NotifyRegisteredEventHandlers Method (SSO)
- AcSmSubset.RemoveSheet Method (SSO)
- AcSmSubset.RemoveSubset Method (SSO)
- AcSmSubset.Save Method (SSO)
- AcSmSubset.SetDefDwtLayout Method (SSO)
- AcSmSubset.SetDesc Method (SSO)
- AcSmSubset.SetName Method (SSO)
- AcSmSubset.SetNewSheetLocation Method (SSO)
- AcSmSubset.SetOwner Method (SSO)
- AcSmSubset.SetPromptForDwt Method (SSO)
- AcSmSubset.UpdateInMemoryDwgHints Method (SSO)