DataPoint Property (Sphere3D)
In This Topic
Gets the data point associated with the plot element.
Syntax
'Declaration
Public ReadOnly Property DataPoint As DataPoint
'Usage
Dim instance As Sphere3D
Dim value As DataPoint
value = instance.DataPoint
public DataPoint DataPoint {get;}
See Also