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