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


IDEBrowseOptions.ExpandType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEBrowseOptions Interface > IDEBrowseOptions.ExpandType Property
ArcGIS Developer Help

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