STK ObjectsSend comments on this topic.
ObjectData Property (IAgMtoAnalysisRange)
See Also
Windows





Windows & Linux

Description

If the Object to which range will be computed is an MTO, use this option to specify the track that will be used to compute that range. By default the MTO's ComputeTrack will be used.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ObjectData() As Integer
[C#]
public int ObjectData {get; set;}
[Managed C++]
public: __property int get_ObjectData();
public: __property void set_ObjectData( int );
[Unmanaged C++]
public: HRESULT get_ObjectData(
    int * pVal
);
public: HRESULT put_ObjectData(
    int InVal
);
[Java]
public Integer getObjectData();
public void setObjectData(
    Integer
);
[Python - STK API ]
@property
def ObjectData(self) -> int:

@ObjectData.setter
def ObjectData(self, InVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.