LineReductionClippingPolylineBuilderP Constructor |
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public PolylineBuilder(
Action addPnt,
bool pointReductionThreshold
)
Public Sub New (
addPnt As Action,
pointReductionThreshold As Boolean
)
public:
PolylineBuilder(
Action^ addPnt,
bool pointReductionThreshold
)
new :
addPnt : Action *
pointReductionThreshold : bool -> PolylineBuilder
Parameters
- addPnt
- Type: SystemActionT1, T2
- pointReductionThreshold
- Type: SystemBoolean
See Also