AcSmCustomPropertyBagClassSetProperty
Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 25.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 String
-
- value AcSmCustomPropertyValue
-
Implements
IAcSmCustomPropertyBagSetProperty(String,
AcSmCustomPropertyValue)
See Also