STK ObjectsSend comments on this topic.
Id Property (IAgMtoTrackPoint)
See Also
Windows





Windows & Linux

Description

The ID number assigned to the track. This field is auto-populated in numeric sequential order, and cannot be modified.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Id() As Integer
[C#]
public int Id {get;}
[Managed C++]
public: __property int get_Id();
[Unmanaged C++]
public: HRESULT get_Id(
    int * pId
);
[Java]
public Integer getId();
[Python - STK API ]
@property
def Id(self) -> int:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.