Unique identifier for each component.
Share
IAcSmObjectId (SSO)
Topics in this section
- IAcSmObjectId.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. - IAcSmObjectId.GetHandle Method (SSO)
Retrieves the persisted, unique handle. - IAcSmObjectId.GetOwner Method (SSO)
Retrieves a pointer to the owning IAcSmPersist parent object. - IAcSmObjectId.GetPersistObject Method (SSO)
Returns a pointer to the instance of the IAcSmPersist component identified by the IAcSmObjectId. - IAcSmObjectId.IsEqual Method (SSO)
Compares one IAcSmObjectId with another IAcSmObjectId object, and returns True if both objects reference the same component. - IAcSmObjectId.IsValid Method (SSO)
Determines whether an IAcSmObjectId points to a valid object.