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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1