STK UtilSend comments on this topic.
Span Method (IAgDate)
See Also
Date
Windows





Windows & Linux

Description

Subtracts the value from the IAgDate interface and returns an IAgQuantity.

Syntax

[Visual Basic .NET]
Public Function Span( _
    ByVal Date As IAgDate _
) As IAgQuantity
[C#]
public IAgQuantity Span(
    IAgDate Date
);
[Managed C++]
public: IAgQuantity^ Span(
    IAgDate ^ Date
);
[Unmanaged C++]
public: HRESULT Span(
    IAgDate * Date,
    IAgQuantity ** ppQuantity
);
[Java]
public IAgQuantity span(
    IAgDate Date
);
[Python - STK API ]
def Span(self, Date:"IAgDate") -> "IAgQuantity":

Parameters

Date

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.