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.
Read-write property
[Visual Basic .NET] |
---|
Public Property ObjectData() As Integer |
[C#] |
---|
public int ObjectData {get; set;} |
[Managed C++] |
---|
public: __property int get_ObjectData(); |
[Unmanaged C++] |
---|
public: HRESULT get_ObjectData( int * pVal ); public: HRESULT put_ObjectData( int InVal ); |
[Java] |
---|
public Integer getObjectData(); public void setObjectData( Integer ); |