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


IDEBrowseOptions.ExpandType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEBrowseOptions.ExpandType Property

Data element expand type - none, immediate children or all descendants.

[Visual Basic .NET]
Public Property ExpandType As esriDEExpandType
[C#]
public esriDEExpandType ExpandType {get; set;}
[C++]
HRESULT get_ExpandType(
  esriDEExpandType* ExpandType
);
[C++]
HRESULT put_ExpandType(
  esriDEExpandType ExpandType
);
[C++]

Parameters ExpandType [out, retval]
ExpandType is a parameter of type esriDEExpandType ExpandType [in]
ExpandType is a parameter of type esriDEExpandType

Product Availability

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

See Also

IDEBrowseOptions Interface

.NET Related Topics

GeoData services