ArcObjects Library Reference (GlobeCore)  

IFeatureParameterLayer.IsInMemory Property

Indicates if the inner Feature Class is in-memory.

[Visual Basic .NET]
Public ReadOnly Property IsInMemory As Boolean
[C#]
public bool IsInMemory {get;}
[C++]
HRESULT get_IsInMemory(
  VARIANT_BOOL* bInMemory
);
[C++]

Parameters

bInMemory [out, retval]   bInMemory is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureParameterLayer Interface