Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / LightSettings Class / Position Property

In This Topic
    Position Property (LightSettings)
    In This Topic
    Gets or sets the position of the spot or point light.
    Syntax
    'Declaration
     
    Public Property Position As Point3D
    public Point3D Position {get; set;}
    Remarks
    Not meaningful for directional lights.
    See Also