STK Vector Geometry ToolSend comments on this topic.
SetSystem Method (IAgCrdnSystemRefTo)
See Also
System
Windows






Windows & Linux

Description

Sets a new system.

Syntax

[Visual Basic .NET]
Public Sub SetSystem( _
    ByVal System As IAgCrdnSystem _
) As 
[C#]
public void SetSystem(
    IAgCrdnSystem System
);
[Managed C++]
public: void SetSystem(
    IAgCrdnSystem ^ System
);
[Java]
public void setSystem(
    IAgCrdnSystem System
);
[Unmanaged C++]
public: HRESULT SetSystem(
    IAgCrdnSystem * System
);

Parameters

System

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.