STK ObjectsSend comments on this topic.
StringID Property (IAgAdvCATChosenObject)
See Also
Windows





Windows & Linux

Description

A VEID, or other character id.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StringID() As String
[C#]
public string StringID {get; set;}
[Managed C++]
public: __property String __gc ^ get_StringID();
public: __property void set_StringID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_StringID(
    BSTR * pVal
);
public: HRESULT put_StringID(
    BSTR StringID
);
[Java]
public String getStringID();
public void setStringID(
    String
);
[Python - STK API ]
@property
def StringID(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.