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


IDataElement.FullPropsRetrieved Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* FullPropsRetrieved
);
[C++]
HRESULT put_FullPropsRetrieved(
  VARIANT_BOOL FullPropsRetrieved
);
[C++]

Parameters FullPropsRetrieved [out, retval] FullPropsRetrieved is a parameter of type VARIANT_BOOL FullPropsRetrieved [in] FullPropsRetrieved is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataElement Interface

.NET Related Topics

Using the schema creator