ArcObjects Library Reference (GeoDatabaseDistributed)  

IGDSExportOptions.BinaryGeometry Property

Indicates if the geometry should be exported in binary format (valid for XML export).

[Visual Basic .NET]
Public Property BinaryGeometry As Boolean
[C#]
public bool BinaryGeometry {get; set;}
[C++]
HRESULT get_BinaryGeometry(
  VARIANT_BOOL* BinaryGeometry
);
[C++]
HRESULT put_BinaryGeometry(
  VARIANT_BOOL BinaryGeometry
);
[C++]

Parameters

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

Product Availability

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

Remarks

The BinaryGeometry method will determine what kind of geometry (binary or normalized) will be used.  This setting is only used if the format is XML.

See Also

IGDSExportOptions Interface