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


IGPTablesDomain2.ShowOnlyStandaloneTables Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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