AGI AgCrdnPlugin 11 Send comments on this topic.
ConfigureSystemWithRate Method (IAgCrdnPluginProvider)
See Also 
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





Description

Creates an IAgCrdnConfiguredSystemWithRate object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureSystemWithRate( _
   ByVal SystemName As String, _
   ByVal SourceName As String, _
   ByVal RefSystemName As String, _
   ByVal RefSystemSourceName As String _
) As AgCrdnConfiguredSystemWithRate

[C#]
public AgCrdnConfiguredSystemWithRate ConfigureSystemWithRate(
string SystemName,
string SourceName,
string RefSystemName,
string RefSystemSourceName
);

[Managed C++]
public: AgCrdnConfiguredSystemWithRate^ ConfigureSystemWithRate(
String __gc ^ SystemName,
String __gc ^ SourceName,
String __gc ^ RefSystemName,
String __gc ^ RefSystemSourceName
);

[Java]
public AgCrdnConfiguredSystemWithRate configureSystemWithRate(
String SystemName,
String SourceName,
String RefSystemName,
String RefSystemSourceName
);

[Unmanaged C++]
public: HRESULT ConfigureSystemWithRate(
BSTR SystemName,
BSTR SourceName,
BSTR RefSystemName,
BSTR RefSystemSourceName,
AgCrdnConfiguredSystemWithRate ** ReturnValue
);

Parameters

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

Return Type

An interface to a System from the Vector Geometry Tool

Remarks

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1