ScalarDopplerConeAngleLink Property |
Gets or sets the link that defines the relationship between the two objects.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IServiceProvider Link { get; set; }
Public Property Link As IServiceProvider
Get
Set
public:
property IServiceProvider^ Link {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member Link : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also