STK ObjectsSend comments on this topic.
PickString Property (IAgVeGfxAttributesOrbit)
See Also
Windows





Windows & Linux

Description

String displayed after instance name when the vehicle line is picked in 2D or 3D.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PickString() As String
[C#]
public string PickString {get; set;}
[Managed C++]
public: __property String __gc ^ get_PickString();
public: __property void set_PickString( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PickString(
    BSTR * pVal
);
public: HRESULT put_PickString(
    BSTR pVal
);
[Java]
public String getPickString();
public void setPickString(
    String
);
[Python - STK API ]
@property
def PickString(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.