This document is archived and information here might be outdated. Recommended version. |
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
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.