A reference event object used to compute time instant if the state is set to implicit.
Read-only property
[Visual Basic .NET] |
---|
Public Property ReferenceEvent() As IAgCrdnEvent |
[C#] |
---|
public IAgCrdnEvent ReferenceEvent {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEvent ^ get_ReferenceEvent(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceEvent( IAgCrdnEvent ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEvent getReferenceEvent(); |
[Python - STK API ] |
---|
@property def ReferenceEvent(self) -> "IAgCrdnEvent": |