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


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

IGPArcInfoItem.IsPseudo Property

Indicates if the item a psuedo item.

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

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

Product Availability

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

See Also

IGPArcInfoItem Interface