This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTablesDomain2 Interface > IGPTablesDomain2.ShowOnlyStandaloneTables Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not to show only standalone tables.
[Visual Basic .NET] Public Property ShowOnlyStandaloneTables As Boolean
[C#] public bool ShowOnlyStandaloneTables {get; set;}
[C++]
HRESULT get_ShowOnlyStandaloneTables(
VARIANT_BOOL* bShowOnlyStandaloneTables
);
[C++]
HRESULT put_ShowOnlyStandaloneTables(
VARIANT_BOOL bShowOnlyStandaloneTables
);
[C++]
Parameters bShowOnlyStandaloneTables [out, retval] bShowOnlyStandaloneTables is a parameter of type VARIANT_BOOL bShowOnlyStandaloneTables [in] bShowOnlyStandaloneTables is a parameter of type VARIANT_BOOL