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);
Parameters
Temporary [out, retval]
Temporary is a parameter of type VARIANT_BOOL
Temporary [in]
Temporary is a parameter of type VARIANT_BOOL