STK ObjectsSend comments on this topic.
ControlBox Property (IAgVeVOOrbitProximity)
See Also
Windows





Windows & Linux

Description

Get the parameters for a control box, defining a volume around the object that moves with the object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ControlBox() As IAgVeVOControlBox
[C#]
public IAgVeVOControlBox ControlBox {get;}
[Managed C++]
public: __property IAgVeVOControlBox ^ get_ControlBox();
[Unmanaged C++]
public: HRESULT get_ControlBox(
    IAgVeVOControlBox ** ppVal
);
[Java]
public IAgVeVOControlBox getControlBox();
[Python - STK API ]
@property
def ControlBox(self) -> "IAgVeVOControlBox":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.