AcSmCustomPropertyBagClassGetProperty Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual AcSmCustomPropertyValue GetProperty(
string name
)
Public Overridable Function GetProperty (
name As String
) As AcSmCustomPropertyValue
public:
virtual AcSmCustomPropertyValue^ GetProperty(
[InAttribute] String^ name
)
abstract GetProperty :
name : string -> AcSmCustomPropertyValue
override GetProperty :
name : string -> AcSmCustomPropertyValue
Parameters
- name
- Type: SystemString
Return Value
Type:
AcSmCustomPropertyValue
Implements
IAcSmCustomPropertyBagGetProperty(String)
See Also