AGI STK VGT 11 Send comments on this topic.
InputTime Property (IAgCrdnCalcScalarFunction)
See Also 





Description

The input time instant (used if UseScalar is false).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InputTime() As IAgCrdnEvent

[C#]
public IAgCrdnEvent InputTime {get; set;}

[Managed C++]
public: __property IAgCrdnEvent^ get_InputTime();
public: __property void set_InputTime(
IAgCrdnEvent ^
);

[Unmanaged C++]
public: HRESULT get_InputTime(
IAgCrdnEvent ** ppRetVal
);
public: HRESULT put_InputTime(
IAgCrdnEvent * pNewInputTime
);

[Java]
public IAgCrdnEvent getInputTime();public void setInputTime(
IAgCrdnEvent
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1