Click or drag to resize

ScalarSquintAngleTargetObject Property

Gets or sets the object that is the view target of the ViewingObject.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IServiceProvider TargetObject { get; set; }

Property Value

Type: IServiceProvider
Remarks
This object must implement ILocationPointService.
See Also