Up a level to AcSmCustomPropertyBag      
AcSmCustomPropertyBag.GetProperty Method

Retrieves the IAcSmCustomPropertyValue specified with the Name parameter. If the method succeeds, the return value is S_OK. If the custom property value cannot be found, S_FALSE is returned and the provided pointer is populated with null. All other return values indicate an error condition.

The caller must release the IAcSmCustomPropertyValue interface when the operation is completed.

Syntax

GetProperty(

name As String) As IAcSmCustomPropertyValue

name Input string containing Name value of a property
   Comments?