FloatPoint3EventArgs(FPoint3, FPoint3) Constructor
Create a new instance of the FloatPointEventArgs Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FloatPoint3EventArgs(
FPoint3 newValue,
FPoint3 originalValue = null
)
Public Sub New (
newValue As FPoint3,
Optional originalValue As FPoint3 = Nothing
)
No code example is currently available or this language may not be supported.
Parameters
- newValue FPoint3
-
Current location.
- originalValue FPoint3 (Optional)
-
Optional original value.