IAcSmCustomPropertyBagSetProperty Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void SetProperty(
string name,
AcSmCustomPropertyValue value
)
Sub SetProperty (
name As String,
value As AcSmCustomPropertyValue
)
void SetProperty(
[InAttribute] String^ name,
[InAttribute] AcSmCustomPropertyValue^ value
)
abstract SetProperty :
name : string *
value : AcSmCustomPropertyValue -> unit
Parameters
- name
- Type: SystemString
- value
- Type: BricscadSmAcSmCustomPropertyValue
See Also