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 * pRetVal
);
public: HRESULT put_ObjectData(
int NewObjectData
);
|
[Java] |
public ppInteger getObjectData();public void setObjectData(
ppInteger
);
|
See Also