AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.