Creates an IAgCrdnConfiguredSystem object
from the given inputs.
| [Visual Basic .NET] |
|---|
Public Function ConfigureSystem( _
ByVal SystemName As String, _
ByVal SourceName As String, _
ByVal RefSystemName As String, _
ByVal RefSystemSourceName As String _
) As AgCrdnConfiguredSystem
|
| [C#] |
|---|
public AgCrdnConfiguredSystem ConfigureSystem(
|
| [Managed C++] |
|---|
public: AgCrdnConfiguredSystem^ ConfigureSystem(
|
| [Java] |
|---|
public AgCrdnConfiguredSystem configureSystem(
|
| [Unmanaged C++] |
|---|
public: HRESULT ConfigureSystem(
|
- SystemName
- The name of a system in the Vector Geometry Tool
- SourceName
- The instance identifier that owns the SystemName
- RefSystemName
- The name of a system in the Vector Geometry Tool
- RefSystemSourceName
- The instance identifier that owns the RefSystemName
An interface to a System from the Vector
Geometry Tool
The computational methods of the returned
interface compute the System's origin location and the orientation
of the System's axes with respect to the RefSystemName.