STK Vector Geometry ToolSend 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 StartTimeInstant
);
[Java]
public IAgCrdnEvent getStartTimeInstant();
public void setStartTimeInstant(
    IAgCrdnEvent
);
[Python - STK API ]
@property
def StartTimeInstant(self) -> "IAgCrdnEvent":

@StartTimeInstant.setter
def StartTimeInstant(self, StartTimeInstant:"IAgCrdnEvent") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.