STK AgCrdnPluginSend comments on this topic.
ConfigureAngle Method (IAgCrdnPluginProvider)
See Also
AngleName

The name of an angle in the Vector Geometry Tool.

SourceName
The instance identifier that owns the AngleName.
Windows





Windows & Linux

Description

Creates an IAgCrdnConfiguredAngle object from the given inputs.

Syntax

[Visual Basic .NET]
Public Function ConfigureAngle( _
    ByVal AngleName As String, _
    ByVal SourceName As String _
) As IAgCrdnConfiguredAngle
[C#]
public IAgCrdnConfiguredAngle ConfigureAngle(
    string AngleName,
    string SourceName
);
[Managed C++]
public: IAgCrdnConfiguredAngle^ ConfigureAngle(
    String __gc ^ AngleName,
    String __gc ^ SourceName
);
[Unmanaged C++]
public: HRESULT ConfigureAngle(
    BSTR AngleName,
    BSTR SourceName,
    IAgCrdnConfiguredAngle ** ppAngle
);
[Java]
public IAgCrdnConfiguredAngle configureAngle(
    String AngleName,
    String SourceName
);

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.


See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.