ScalarDopplerConeAngleMovingLinkEnd Property  | 
 
            Gets or sets the end of the link that is the moving object.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LinkRole MovingLinkEnd { get; set; }Public Property MovingLinkEnd As LinkRole
	Get
	Set
public:
property LinkRole MovingLinkEnd {
	LinkRole get ();
	void set (LinkRole value);
}member MovingLinkEnd : LinkRole with get, set
Property Value
Type: 
LinkRole
See Also