CustomProperty Constructor |
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public CustomProperty(
string name,
Object value
)
Public Sub New (
name As String,
value As Object
)
Parameters
- name
- Type: SystemString
- value
- Type: SystemObject
See Also