Smart epoch component allows the user to configure the state epoch explicitly or implicitly (using a pre-defined or custom time instant component).
Read-only property
[Visual Basic .NET] |
---|
Public Property StateEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch StateEpoch {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventSmartEpoch ^ get_StateEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_StateEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getStateEpoch(); |
[Python - STK API ] |
---|
@property def StateEpoch(self) -> "IAgCrdnEventSmartEpoch": |