This document is archived and information here might be outdated. Recommended version. |
Indicates if the given object can be chosen.
[Visual Basic .NET] Public Function CanChooseObject ( _ ByVal piObject As ITxCatalogObject _ ) As Boolean
[C#] public bool CanChooseObject ( ITxCatalogObject piObject );
[C++]
HRESULT CanChooseObject(
ITxCatalogObject* piObject
);
[C++] Parameters piObject [in]
piObject is a parameter of type ITxCatalogObject*