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