ScalarSquintAngleViewingObject Property |
Gets or sets the object that views the
TargetObject. The computed squint angle will be relative to this object.
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 ViewingObject { get; set; }
Public Property ViewingObject As IServiceProvider
Get
Set
public:
property IServiceProvider^ ViewingObject {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member ViewingObject : IServiceProvider with get, set
Property Value
Type:
IServiceProviderRemarks See Also