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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.