AGI STK Objects 11 Send comments on this topic.
UniqueID Property (IAgVeGfxTimeEventTypeText)
See Also 





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 * pRetVal
);
public: HRESULT put_UniqueID(
BSTR NewUniqueID
);

[Java]
public String getUniqueID();public void setUniqueID(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1