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


IXMLReplicaDescription.Compressed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IXMLReplicaDescription.Compressed Property

indicates of the output XML file is to be compressed.

[Visual Basic .NET]
Public ReadOnly Property Compressed As Boolean
[C#]
public bool Compressed {get;}
[C++]
HRESULT get_Compressed(
  VARIANT_BOOL* Compressed
);
[C++]

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

Product Availability

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

See Also

IXMLReplicaDescription Interface