ParameterizedOnStatePointReferenceFrame Property  | 
 
            Gets or sets the 
ReferenceFrame that the elements of
            this point in the parameterized state are represented in.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame ReferenceFrame { get; set; }Public Property ReferenceFrame As ReferenceFrame
	Get
	Set
public:
property ReferenceFrame^ ReferenceFrame {
	ReferenceFrame^ get ();
	void set (ReferenceFrame^ value);
}member ReferenceFrame : ReferenceFrame with get, set
Property Value
Type: 
ReferenceFrame
See Also