This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IG > IGPArcInfoItem Interface > IGPArcInfoItem.IsPseudo Property (ArcObjects .NET 10.4 SDK) |
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