AcSmCustomPropertyBagClassGetProperty
Method
|
Namespace: BricscadSm
Assembly: BricscadSm (in BricscadSm.dll)
Version: 25.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 String
-
Return Value
AcSmCustomPropertyValue
Implements
IAcSmCustomPropertyBagGetProperty(String)
See Also