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


IGPTablesDomain2.ShowOnlyStandaloneTables Property (ArcObjects .NET 10.5 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(
  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

Product Availability

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

See Also

IGPTablesDomain2 Interface