AGI STK Objects 11Send comments on this topic.
TargetObject Property (IAgPointingStrategyTargeted)
See Also
Windows






Windows & Linux

Description

Gets or sets the pointing target.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetObject() As String
[C#]
public string TargetObject {get; set;}
[Managed C++]
public: __property String __gc ^ get_TargetObject();
public: __property void set_TargetObject( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_TargetObject(
    BSTR * pVal
);
public: HRESULT put_TargetObject(
    BSTR path
);
[Java]
public String getTargetObject();
public void setTargetObject(
    String
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.