This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILasDatasetLayer Interface > ILasDatasetLayer.MaintainCurrentSurface Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pbMaintainSurface
);
[C++]
HRESULT put_MaintainCurrentSurface(
VARIANT_BOOL pbMaintainSurface
);
[C++]
Parameters pbMaintainSurface [out, retval] pbMaintainSurface is a parameter of type VARIANT_BOOL pbMaintainSurface [in] pbMaintainSurface is a parameter of type VARIANT_BOOL