This document is archived and information here might be outdated.  Recommended version.


ITemporaryLayer.Temporary Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITemporaryLayer.Temporary Property

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(
  Boolean* Temporary
);
[C++]

Parameters Temporary [in]
Temporary is a parameter of type bool Temporary [out, retval]
Temporary is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITemporaryLayer Interface