Click or drag to resize

ScalarSquintAngle.TargetObject 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: 25.1.421.0 (25.1.421.0)
Syntax
public IServiceProvider TargetObject { get; set; }

Property Value

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