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


IDEBrowseOptions.RetrieveFullProperties 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.RetrieveFullProperties Property
ArcGIS Developer Help

IDEBrowseOptions.RetrieveFullProperties Property

Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).

[Visual Basic .NET]
Public Property RetrieveFullProperties As Boolean
[C#]
public bool RetrieveFullProperties {get; set;}
[C++]
HRESULT get_RetrieveFullProperties(
  Boolean* fullProp
);
[C++]
HRESULT put_RetrieveFullProperties(
  VARIANT_BOOL fullProp
);
[C++]
Parameters
fullProp [out, retval]

fullProp is a parameter of type bool* fullProp [in]
fullProp is a parameter of type bool

Product Availability

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

See Also

IDEBrowseOptions Interface