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





Description

A reference time instant. Can be any Time event.

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