ViewFromExtension.ViewFrom Property |
Gets or sets the object defining the suggested initial offset when tracking an object.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ViewFrom ViewFrom { get; set; }
Public Property ViewFrom As ViewFrom
Get
Set
public:
virtual property ViewFrom^ ViewFrom {
ViewFrom^ get () sealed;
void set (ViewFrom^ value) sealed;
}
abstract ViewFrom : ViewFrom with get, set
override ViewFrom : ViewFrom with get, set
Property Value
Type:
ViewFromImplements
IViewFromService.ViewFrom
See Also