ScalarGrazingAltitudeBetweenTwoPointsToObject Property |
Gets or sets the object that provides the ending 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 ToObject { get; set; }
Public Property ToObject As IServiceProvider
Get
Set
public:
property IServiceProvider^ ToObject {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member ToObject : IServiceProvider with get, set
Property Value
Type:
IServiceProviderSee Also