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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.