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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.