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


IArcInfoItem.IsPseudo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItem Interface > IArcInfoItem.IsPseudo Property
ArcGIS Developer Help

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(
  Boolean* IsPseudo
);
[C++]
Parameters
IsPseudo [out, retval]

IsPseudo is a parameter of type bool*

Product Availability

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

See Also

IArcInfoItem Interface