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
);
|
See Also