DictionaryAtPut(Int32, RXObject,
RXObject) Method
|
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void AtPut(
int id,
RXObject value,
out RXObject oldValue
)
Public Overridable Sub AtPut (
id As Integer,
value As RXObject,
<OutAttribute> ByRef oldValue As RXObject
)
public:
virtual void AtPut(
int id,
RXObject^ value,
[OutAttribute] RXObject^% oldValue
)
abstract AtPut :
id : int *
value : RXObject *
oldValue : RXObject byref -> unit
override AtPut :
id : int *
value : RXObject *
oldValue : RXObject byref -> unit
Parameters
- id Int32
-
- value RXObject
-
- oldValue RXObject
-
See Also