Creates an IAgCrdnConfiguredSystemWithRate object from the given inputs.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConfiguredSystemWithRate ConfigureSystemWithRate( string SystemName, string SourceName, string RefSystemName, string RefSystemSourceName ); |
| [Managed C++] |
|---|
public: IAgCrdnConfiguredSystemWithRate^ ConfigureSystemWithRate( String __gc ^ SystemName, String __gc ^ SourceName, String __gc ^ RefSystemName, String __gc ^ RefSystemSourceName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConfiguredSystemWithRate configureSystemWithRate( String SystemName, String SourceName, String RefSystemName, String RefSystemSourceName ); |
[Python - STK API ] |
|---|
def ConfigureSystemWithRate(self, SystemName:str, SourceName:str, RefSystemName:str, RefSystemSourceName:str) -> "IAgCrdnConfiguredSystemWithRate": |
- SystemName
- The name of a system in the Vector Geometry Tool.
- SourceName
- The instance identifier that owns the SystemName.
- RefSystemName
- The name of a system in the Vector Geometry Tool.
- RefSystemSourceName
- The instance identifier that owns the RefSystemName.
An interface to a System from the Vector Geometry Tool.
The computational methods of the returned interface compute the System's origin location, the orientation of the System's axes, and their derivatives with respect to the RefSystemName, as observed when rotating with the reference system's axes.






