This document is archived and information here might be outdated. Recommended version. |
Indicates if this is a valid 3D Application.
[Visual Basic .NET]
Public Function get_IsValidApplication ( _
ByRef pApplication As Object _
) As Boolean
[C#]
public bool get_IsValidApplication (
ref object pApplication
);
[C++]
HRESULT get_IsValidApplication(
Variant* pApplication,
Boolean* pValid
);
[C++] Parameters pApplication [in]
pApplication is a parameter of type VARIANT* pValid [out, retval]
pValid is a parameter of type bool*