Custom property value object.
Share
AcSmCustomPropertyValue (SSO)
Topics in this section
- AcSmCustomPropertyValue.Clear Method (SSO)
Resets and cleans up the object, leaving the object uninitialized. - AcSmCustomPropertyValue.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. - AcSmCustomPropertyValue.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. - AcSmCustomPropertyValue.GetFlags Method (SSO)
Retrieves a combination of PropertyFlags enum values associated with the custom property. - AcSmCustomPropertyValue.GetIsDirty Method (SSO)
If VARIANT_TRUE is returned, then the persistable component was modified and is committed when the owner AcSmDatabase is unlocked. - AcSmCustomPropertyValue.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. - AcSmCustomPropertyValue.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - AcSmCustomPropertyValue.GetTypeName Method (SSO)
Retrieves the descriptive name representing the coclass. This method is used mainly by the filer. - AcSmCustomPropertyValue.GetValue Method (SSO)
Retrieves the variant value associated with the custom property. - AcSmCustomPropertyValue.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. - AcSmCustomPropertyValue.Load Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmCustomPropertyValue.Save Method (SSO)
This API was designed for internal use and has not been thoroughly tested. - AcSmCustomPropertyValue.SetFlags Method (SSO)
Sets a combination of PropertyFlags enum values associated with the custom property. - AcSmCustomPropertyValue.SetOwner Method (SSO)
Sets the owner property of the IAcSmPersist object. The owning object should have a direct reference to this object. - AcSmCustomPropertyValue.SetValue Method (SSO)
Sets the variant value associated with the custom property.
Related Reference
- AcSmCustomPropertyValue.Clear Method (SSO)
- AcSmCustomPropertyValue.GetDatabase Method (SSO)
- AcSmCustomPropertyValue.GetDirectlyOwnedObjects Method (SSO)
- AcSmCustomPropertyValue.GetFlags Method (SSO)
- AcSmCustomPropertyValue.GetIsDirty Method (SSO)
- AcSmCustomPropertyValue.GetObjectId Method (SSO)
- AcSmCustomPropertyValue.GetOwner Method (SSO)
- AcSmCustomPropertyValue.GetTypeName Method (SSO)
- AcSmCustomPropertyValue.GetValue Method (SSO)
- AcSmCustomPropertyValue.InitNew Method (SSO)
- AcSmCustomPropertyValue.Load Method (SSO)
- AcSmCustomPropertyValue.Save Method (SSO)
- AcSmCustomPropertyValue.SetFlags Method (SSO)
- AcSmCustomPropertyValue.SetOwner Method (SSO)
- AcSmCustomPropertyValue.SetValue Method (SSO)