STK ObjectsSend comments on this topic.
UseTargetPointing Property (IAgVePointing)
See Also
Windows





Windows & Linux

Description

Opt whether to use a target pointing attitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseTargetPointing() As Boolean
[C#]
public bool UseTargetPointing {get; set;}
[Managed C++]
public: __property bool get_UseTargetPointing();
public: __property void set_UseTargetPointing( bool );
[Unmanaged C++]
public: HRESULT get_UseTargetPointing(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseTargetPointing(
    VARIANT_BOOL UseTargetPointing
);
[Java]
public bool getUseTargetPointing();
public void setUseTargetPointing(
    bool
);
[Python - STK API ]
@property
def UseTargetPointing(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.