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


IVersionInfo2.BlocksCompress Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionInfo2 Interface > IVersionInfo2.BlocksCompress Property
ArcGIS Developer Help

IVersionInfo2.BlocksCompress Property

Does this version block compress of DEFAULT.

[Visual Basic .NET]
Public ReadOnly Property BlocksCompress As Boolean
[C#]
public bool BlocksCompress {get;}
[C++]
HRESULT get_BlocksCompress(
  Boolean* blocks
);
[C++]
Parameters
blocks [out, retval]

blocks is a parameter of type bool*

Product Availability

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

See Also

IVersionInfo2 Interface