This document is archived and information here might be outdated. Recommended version. |
Indicates if creating pyramid option.
[Visual Basic .NET] Public Property CreatePyramids As Boolean
[C#] public bool CreatePyramids {get; set;}
[C++]
HRESULT get_CreatePyramids(
Boolean* bCreate
);
[C++]
HRESULT put_CreatePyramids(
VARIANT_BOOL bCreate
);
[C++]
Parameters bCreate [out, retval]
bCreate is a parameter of type bool* bCreate [in]
bCreate is a parameter of type bool