|
BaseMultiLineVisual3DSetPositions Method |
Sets the value of PositionsProperty
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax protected void SetPositions(
Point3DCollection positions,
bool raisePropertyChangedEvent = false
)
Parameters
- positions Point3DCollection
- new positions of type Point3DCollection
- raisePropertyChangedEvent Boolean (Optional)
- if false (by default) then OnPropertyChanged event is not raised and the CreateModel is not called because of that
See Also