Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void set_Elem(
        string key,
        Variant value
)
 
Public Sub set_Elem ( 
        key As String,
        value As Variant
)
 
public:
void set_Elem(
        String^ key, 
        Variant^ value
)
 
member set_Elem : 
        key : string * 
        value : Variant -> unit 
 
 
 
Parameters
- key
 
- Type: SystemString
 
- value
 
- Type: Teigha.GraphicsInterfaceVariant
 
 
See Also