This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITemporaryLayer Interface > ITemporaryLayer.Temporary Property (ArcObjects .NET 10.4 SDK) |
Indicates if the layer is a temporary layer.
[Visual Basic .NET] Public Property Temporary As Boolean
[C#] public bool Temporary {get; set;}
[C++]
HRESULT get_Temporary(
VARIANT_BOOL* Temporary
);
[C++]
HRESULT put_Temporary(
VARIANT_BOOL Temporary
);
[C++]
Parameters Temporary [out, retval] Temporary is a parameter of type VARIANT_BOOL Temporary [in] Temporary is a parameter of type VARIANT_BOOL