PointInReferenceFrame.ObservedPoint Property |
Gets or sets the
Point that is observed in the
Frame.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Point ObservedPoint { get; set; }
Public Property ObservedPoint As Point
Get
Set
public:
property Point^ ObservedPoint {
Point^ get ();
void set (Point^ value);
}
member ObservedPoint : Point with get, set
Property Value
Type:
Point
See Also