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





Windows & Linux

Description

The Unique ID is a unique identifier for each time event. The default is TimeEvent<number>. The unique ID is required when modifying time event data using the Graphics TimeEvent Connect command.

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 BSTR
);
[Java]
public String getUniqueID();
public void setUniqueID(
    String
);
[Python - STK API ]
@property
def UniqueID(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.