This document is archived and information here might be outdated. Recommended version. |
Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.
[Visual Basic .NET]
Public Property MaintainCurrentSurface As Boolean
[C#]
public bool MaintainCurrentSurface {get; set;}
[C++]
HRESULT get_MaintainCurrentSurface(
Boolean* pbMaintainSurface
);
[C++]
HRESULT put_MaintainCurrentSurface(
VARIANT_BOOL pbMaintainSurface
);
[C++] Parameters pbMaintainSurface [out, retval]
pbMaintainSurface is a parameter of type bool* pbMaintainSurface [in]
pbMaintainSurface is a parameter of type bool