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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.