AGI STK VGT 11 Send comments on this topic.
StartTimeInstant Property (IAgCrdnEventIntervalBetweenTimeInstants)
See Also 





Description

The start time instant of the interval.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property IAgCrdnEvent^ get_StartTimeInstant();
public: __property void set_StartTimeInstant(
IAgCrdnEvent ^
);

[Unmanaged C++]
public: HRESULT get_StartTimeInstant(
IAgCrdnEvent ** ppRetVal
);
public: HRESULT put_StartTimeInstant(
IAgCrdnEvent * pNewStartTimeInstant
);

[Java]
public IAgCrdnEvent getStartTimeInstant();public void setStartTimeInstant(
IAgCrdnEvent
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1