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


IGDSExportOptions.BinaryGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSExportOptions Interface > IGDSExportOptions.BinaryGeometry Property
ArcGIS Developer Help

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(
  Boolean* BinaryGeometry
);
[C++]
HRESULT put_BinaryGeometry(
  VARIANT_BOOL BinaryGeometry
);
[C++]
Parameters
BinaryGeometry [out, retval]

BinaryGeometry is a parameter of type bool* BinaryGeometry [in]
BinaryGeometry is a parameter of type 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