STK Vector Geometry ToolSend comments on this topic.
Rate Property (IAgCrdnSystemFindInSystemResult)
See Also
Windows





Windows & Linux

Description

Rate of change.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Rate() As IAgCartesian3Vector
[C#]
public IAgCartesian3Vector Rate {get;}
[Managed C++]
public: __property IAgCartesian3Vector ^ get_Rate();
[Unmanaged C++]
public: HRESULT get_Rate(
    IAgCartesian3Vector ** ppRetVal
);
[Java]
public IAgCartesian3Vector getRate();
[Python - STK API ]
@property
def Rate(self) -> "IAgCartesian3Vector":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.