STK Vector Geometry ToolSend comments on this topic.
Apparent Property (IAgCrdnVectorDisplacement)
See Also
Windows





Windows & Linux

Description

Controls whether to take a light speed delay into account.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Apparent() As Boolean
[C#]
public bool Apparent {get; set;}
[Managed C++]
public: __property bool get_Apparent();
public: __property void set_Apparent( bool );
[Unmanaged C++]
public: HRESULT get_Apparent(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_Apparent(
    VARIANT_BOOL Apparent
);
[Java]
public bool getApparent();
public void setApparent(
    bool
);
[Python - STK API ]
@property
def Apparent(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.