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