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