This document is archived and information here might be outdated. Recommended version. |
Input is UV components.
[Visual Basic .NET]
Public Property IsUVComponents As Boolean
[C#]
public bool IsUVComponents {get; set;}
[C++]
HRESULT get_IsUVComponents(
Boolean* pIsUVComponents
);
[C++]
HRESULT put_IsUVComponents(
VARIANT_BOOL pIsUVComponents
);
[C++] Parameters pIsUVComponents [out, retval]
pIsUVComponents is a parameter of type bool* pIsUVComponents [in]
pIsUVComponents is a parameter of type bool