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


IVersionInfo2.BlocksCompress Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

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

Product Availability

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

See Also

IVersionInfo2 Interface