STK ObjectsSend comments on this topic.
UniqueID Property (IAgVeGfxTimeEventTypeText)
See Also
Windows





Windows & Linux

Description

User-defined unique ID.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UniqueID() As String
[C#]
public string UniqueID {get; set;}
[Managed C++]
public: __property String __gc ^ get_UniqueID();
public: __property void set_UniqueID( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_UniqueID(
    BSTR * pVal
);
public: HRESULT put_UniqueID(
    BSTR UniqueID
);
[Java]
public String getUniqueID();
public void setUniqueID(
    String
);
[Python - STK API ]
@property
def UniqueID(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.