IAgODProvideTrackingDataLib 13Send comments on this topic.
MinAfterMidnight Property (IAgODObsSet)
See Also
Windows





Windows & Linux

Description

Sets and gets the time of the observation set in minutes after midnight.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinAfterMidnight() As Double
[C#]
public double MinAfterMidnight {get; set;}
[Managed C++]
public: __property double get_MinAfterMidnight();
public: __property void set_MinAfterMidnight( double );
[Unmanaged C++]
public: HRESULT get_MinAfterMidnight(
    double * pVal
);
public: HRESULT put_MinAfterMidnight(
    double newVal
);
[Java]
public double getMinAfterMidnight();
public void setMinAfterMidnight(
    double
);
[Python - STK API ]
@property
def MinAfterMidnight(self) -> float:

@MinAfterMidnight.setter
def MinAfterMidnight(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.