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


IXMLReplicaDescription.BinaryGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IX > IXMLReplicaDescription Interface > IXMLReplicaDescription.BinaryGeometry Property
ArcGIS Developer Help

IXMLReplicaDescription.BinaryGeometry Property

Indicates if the geometry coordinates are stored in binary.

[Visual Basic .NET]
Public ReadOnly Property BinaryGeometry As Boolean
[C#]
public bool BinaryGeometry {get;}
[C++]
HRESULT get_BinaryGeometry(
  Boolean* BinaryGeometry
);
[C++]
Parameters
BinaryGeometry [out, retval]

BinaryGeometry is a parameter of type bool*

Product Availability

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

See Also

IXMLReplicaDescription Interface