IAcSmFilerWriteProperty Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void WriteProperty(
string pPropname,
in Object pVal
)
Sub WriteProperty (
pPropname As String,
ByRef pVal As Object
)
void WriteProperty(
[InAttribute] String^ pPropname,
[InAttribute] Object^% pVal
)
abstract WriteProperty :
pPropname : string *
pVal : Object byref -> unit
Parameters
- pPropname
- Type: SystemString
- pVal
- Type: SystemObject
See Also