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(
  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

Product Availability

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

See Also

ITemporaryLayer Interface