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