AGI AgCrdnPlugin 11 Send comments on this topic.
ConfigureAngleWithRate Method (IAgCrdnPluginProvider)
See Also 
AngleName
The name of an angle in the Vector Geometry Tool.
SourceName
The instance identifier that owns the AngleName.





Description

Creates an IAgCrdnConfiguredAngleWithRate object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureAngleWithRate( _
   ByVal AngleName As String, _
   ByVal SourceName As String _
) As AgCrdnConfiguredAngleWithRate

[C#]
public AgCrdnConfiguredAngleWithRate ConfigureAngleWithRate(
string AngleName,
string SourceName
);

[Managed C++]
public: AgCrdnConfiguredAngleWithRate^ ConfigureAngleWithRate(
String __gc ^ AngleName,
String __gc ^ SourceName
);

[Java]
public AgCrdnConfiguredAngleWithRate configureAngleWithRate(
String AngleName,
String SourceName
);

[Unmanaged C++]
public: HRESULT ConfigureAngleWithRate(
BSTR AngleName,
BSTR SourceName,
AgCrdnConfiguredAngleWithRate ** ReturnValue
);

Parameters

AngleName
The name of an angle in the Vector Geometry Tool.
SourceName
The instance identifier that owns the AngleName.

Return Type

An interface to an Angle from the Vector Geometry Tool.

Remarks

The computational methods of the returned interface compute the value of the angle and its rate.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1