IAcadDocumentSetVariable Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void SetVariable(
string Name,
Object Value
)
Sub SetVariable (
Name As String,
Value As Object
)
void SetVariable(
[InAttribute] String^ Name,
[InAttribute] Object^ Value
)
abstract SetVariable :
Name : string *
Value : Object -> unit
Parameters
- Name
- Type: SystemString
- Value
- Type: SystemObject
See Also