STK ObjectsSend comments on this topic.
ComputationTrackId Property (IAgMtoGlobalTrackOptions)
See Also
Windows





Windows & Linux

Description

The ID of the track to be referenced for working with other tools.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputationTrackId() As Integer
[C#]
public int ComputationTrackId {get; set;}
[Managed C++]
public: __property int get_ComputationTrackId();
public: __property void set_ComputationTrackId( int );
[Unmanaged C++]
public: HRESULT get_ComputationTrackId(
    long * pVal
);
public: HRESULT put_ComputationTrackId(
    long TrackId
);
[Java]
public int getComputationTrackId();
public void setComputationTrackId(
    int
);
[Python - STK API ]
@property
def ComputationTrackId(self) -> int:

@ComputationTrackId.setter
def ComputationTrackId(self, TrackId:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.