Creates an IAgCrdnConfiguredAngleWithRate
object from the given inputs.
[Visual Basic .NET] |
---|
Public Function ConfigureAngleWithRate( _
ByVal AngleName As String, _
ByVal SourceName As String _
) As AgCrdnConfiguredAngleWithRate
|
[C#] |
---|
public AgCrdnConfiguredAngleWithRate ConfigureAngleWithRate(
|
[Managed C++] |
---|
public: AgCrdnConfiguredAngleWithRate^ ConfigureAngleWithRate(
|
[Java] |
---|
public AgCrdnConfiguredAngleWithRate configureAngleWithRate(
|
[Unmanaged C++] |
---|
public: HRESULT ConfigureAngleWithRate(
|
- 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.