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