AGI STK Objects 11 Send comments on this topic.
Target Property (IAgScheduleTime)
See Also 





Description

Object to which there is access during the scheduled period.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Target() As String

[C#]
public string Target {get; set;}

[Managed C++]
public: __property String __gc ^ get_Target();
public: __property void set_Target(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Target(
BSTR * pRetVal
);
public: HRESULT put_Target(
BSTR NewTarget
);

[Java]
public String getTarget();public void setTarget(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1