AGI STK Objects 11 Send comments on this topic.
System Property (IAgVORefCrdnPoint)
See Also 
Windows






Windows & Linux

Description

The name of the system used to define the coordinate frame associated with the selected RefCrdn.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property System() As String

[C#]
public string System {get; set;}

[Managed C++]
public: __property String __gc ^ get_System();
public: __property void set_System(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_System(
BSTR * pRetVal
);
public: HRESULT put_System(
BSTR NewSystem
);

[Java]
public String getSystem();public void setSystem(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface