AGI STK VGT 11 Send comments on this topic.
ReferenceTimeInstant Property (IAgCrdnEventArrayFixedStep)
See Also 





Description

The reference time instant. Only applicable if the ReferenceType is set to time instant.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property IAgCrdnEvent^ get_ReferenceTimeInstant();
public: __property void set_ReferenceTimeInstant(
IAgCrdnEvent ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceTimeInstant(
IAgCrdnEvent ** ppRetVal
);
public: HRESULT put_ReferenceTimeInstant(
IAgCrdnEvent * pNewReferenceTimeInstant
);

[Java]
public IAgCrdnEvent getReferenceTimeInstant();public void setReferenceTimeInstant(
IAgCrdnEvent
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1