PropertyTableEntry Constructor |
Constructs a new copy of the input PropertyTable object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic PropertyTableEntry(
PropertyTableEntry other
)
Public Sub New (
other As PropertyTableEntry
)
public:
PropertyTableEntry(
PropertyTableEntry^ other
)
new :
other : PropertyTableEntry -> PropertyTableEntryParameters
- other PropertyTableEntry
-
Exceptions
See Also