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


IGPTablesDomain2.ShowOnlyStandaloneTables Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTablesDomain2 Interface > IGPTablesDomain2.ShowOnlyStandaloneTables Property
ArcGIS Developer Help

IGPTablesDomain2.ShowOnlyStandaloneTables Property

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(
  Boolean* bShowOnlyStandaloneTables
);
[C++]
Parameters
bShowOnlyStandaloneTables [in]

bShowOnlyStandaloneTables is a parameter of type bool bShowOnlyStandaloneTables [out, retval]
bShowOnlyStandaloneTables is a parameter of type bool*

Product Availability

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

See Also

IGPTablesDomain2 Interface