STK ObjectsSend comments on this topic.
DrawAtCB Property (IAgVORefCrdnVector)
See Also
Windows





Windows & Linux

Description

Only available for geometric elements relating to objects. If selected, the geometric element is drawn at the central body or object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DrawAtCB() As Boolean
[C#]
public bool DrawAtCB {get; set;}
[Managed C++]
public: __property bool get_DrawAtCB();
public: __property void set_DrawAtCB( bool );
[Unmanaged C++]
public: HRESULT get_DrawAtCB(
    VARIANT_BOOL * pVal
);
public: HRESULT put_DrawAtCB(
    VARIANT_BOOL pVal
);
[Java]
public bool getDrawAtCB();
public void setDrawAtCB(
    bool
);
[Python - STK API ]
@property
def DrawAtCB(self) -> bool:

@DrawAtCB.setter
def DrawAtCB(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.