Public Sub AddInterpolationBoundary( _ ByVal DateAbbrv As String, _ ByVal Epoch As String _ )
public void AddInterpolationBoundary( string DateAbbrv, string Epoch );
public: void AddInterpolationBoundary( String __gc ^ DateAbbrv, String __gc ^ Epoch );
public: HRESULT AddInterpolationBoundary( BSTR DateAbbrv, BSTR Epoch );
public void addInterpolationBoundary( String DateAbbrv, String Epoch );
def AddInterpolationBoundary(self, DateAbbrv:str, Epoch:str) -> None:
IAgAsEphemFileReaderPluginResultEphem Interface