Indicates if pyramids are present for the layer.
[Visual Basic 6.0] Property PyramidPresent As Boolean
[Visual Basic .NET] Public Property PyramidPresent As Boolean
[C#] public bool PyramidPresent {get; set;}
[Java] public boolean isPyramidPresent() throws IOException, AutomationException
[Java] public void setPyramidPresent( boolean PyramidPresent ) throws IOException, AutomationException
[C++]
HRESULT get_PyramidPresent(
VARIANT_BOOL* pbPyramidPresent
);
[C++] HRESULT put_PyramidPresent( VARIANT_BOOL pbPyramidPresent);
Parameters
pbPyramidPresent [out, retval]
pbPyramidPresent is a parameter of type VARIANT_BOOL
pbPyramidPresent [in]
pbPyramidPresent is a parameter of type VARIANT_BOOL