Creates an IAgCrdnConfiguredAngleWithRate object from the given inputs.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnConfiguredAngleWithRate ConfigureAngleWithRate( string AngleName, string SourceName ); |
| [Managed C++] |
|---|
public: IAgCrdnConfiguredAngleWithRate^ ConfigureAngleWithRate( String __gc ^ AngleName, String __gc ^ SourceName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnConfiguredAngleWithRate configureAngleWithRate( String AngleName, String SourceName ); |
[Python - STK API ] |
|---|
def ConfigureAngleWithRate(self, AngleName:str, SourceName:str) -> "IAgCrdnConfiguredAngleWithRate": |
- AngleName
- The name of an angle in the Vector Geometry Tool.
- SourceName
- The instance identifier that owns the AngleName.
An interface to an Angle from the Vector Geometry Tool.
The computational methods of the returned interface compute the value of the angle and its rate.






