Represents methods that will handle the events of changing the coordinates of a three-dimensional point.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Delegate Sub PointValueChange( _ ByVal val As Point3D _ ) |
C#
|
public delegate void PointValueChange( Point3D val ) |
Parameters
-
val
-
Type: Point3D
A Point3D object used for displaying the coordinates of three-dimensional point in the properties window.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also