STK ObjectsSend 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
);
[Python - STK API ]
@property
def TargetObject(self) -> str:

@TargetObject.setter
def TargetObject(self, path:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.