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