This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGDSExportOptions Interface > IGDSExportOptions.BinaryGeometry Property (ArcObjects .NET 10.4 SDK) |
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
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.