STK ObjectsSend 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 * pVal
);
public: HRESULT put_System(
    BSTR pVal
);
[Java]
public String getSystem();
public void setSystem(
    String
);
[Python - STK API ]
@property
def System(self) -> str:

@System.setter
def System(self, pVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.