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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.