This document is archived and information here might be outdated. Recommended version. |
Indicates if the geometry defined in the replica description is applied to the replica dataset.
[Visual Basic .NET]
Public Property UseGeometry As Boolean
[C#]
public bool UseGeometry {get; set;}
[C++]
HRESULT get_UseGeometry(
VARIANT_BOOL UseGeometry
);
[C++]
HRESULT put_UseGeometry(
Boolean* UseGeometry
);
[C++] Parameters UseGeometry [in]
UseGeometry is a parameter of type bool UseGeometry [out, retval]
UseGeometry is a parameter of type bool*
The property is TRUE by default.