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