ArcObjects Library Reference  (Carto)    

ITemporaryLayer.Temporary Property

Indicates if the layer is a temporary layer.

[Visual Basic 6.0]
Property Temporary As Boolean
[Visual Basic .NET]
Public Property Temporary As Boolean
[C#]
public bool Temporary {get; set;}
[Java]
public boolean isTemporary()
throws
    IOException,
    AutomationException
[Java]
public void setTemporary(
boolean Temporary
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page