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


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

IDataElement.FullPropsRetrieved Property

Indicates if full properties have been retrieved.

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

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

Product Availability

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

See Also

IDataElement Interface