STK Vector Geometry ToolSend 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 InputTime
);
[Java]
public IAgCrdnEvent getInputTime();
public void setInputTime(
    IAgCrdnEvent
);
[Python - STK API ]
@property
def InputTime(self) -> "IAgCrdnEvent":

@InputTime.setter
def InputTime(self, InputTime:"IAgCrdnEvent") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.