 | PointFieldProbePoint Property |
Gets / Sets the points location
Namespace: ema3d.Api.V25.Core.ProbesAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic ICurvePoint Point { get; set; }
Public Property Point As ICurvePoint
Get
Set
public:
property ICurvePoint^ Point {
ICurvePoint^ get ();
void set (ICurvePoint^ value);
}
member Point : ICurvePoint with get, set
Property Value
ICurvePoint
See Also