This document is archived and information here might be outdated. Recommended version. |
Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.
[Visual Basic .NET]
Public Property DensifyGeometries As Boolean
[C#]
public bool DensifyGeometries {get; set;}
[C++]
HRESULT get_DensifyGeometries(
Boolean* doDensify
);
[C++]
HRESULT put_DensifyGeometries(
VARIANT_BOOL doDensify
);
[C++] Parameters doDensify [out, retval]
doDensify is a parameter of type bool* doDensify [in]
doDensify is a parameter of type bool
When DensifyGeometries is set to true, MaximumDeviation and MaximumSegmentLength should also be set. For more information please see Densify.