This document is archived and information here might be outdated. Recommended version. |
Indicates if pyramids are present for the layer.
[Visual Basic .NET]
Public Property PyramidPresent As Boolean
[C#]
public bool PyramidPresent {get; set;}
[C++]
HRESULT get_PyramidPresent(
Boolean* pbPyramidPresent
);
[C++]
HRESULT put_PyramidPresent(
VARIANT_BOOL pbPyramidPresent
);
[C++] Parameters pbPyramidPresent [out, retval]
pbPyramidPresent is a parameter of type bool* pbPyramidPresent [in]
pbPyramidPresent is a parameter of type bool