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


IArcInfoItem.IsPseudo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItem.IsPseudo Property

Indicates if the Item is a Pseudo Item.

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

Parameters IsPseudo [out, retval] IsPseudo is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IArcInfoItem Interface