ScalarGrazingAltitudeBetweenTwoPointsFromObject Property |
Gets or sets the object that provides the starting location for the line of sight vector. The object should be able to provide the
ILocationPointService.
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 FromObject { get; set; }
Public Property FromObject As IServiceProvider
Get
Set
public:
property IServiceProvider^ FromObject {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member FromObject : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also