ExternalDataManagerDataItem(ExternalDataManagerDataItem) Constructor |
Create a copy of the object.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic ExternalDataManagerDataItem(
ExternalDataManagerDataItem other
)
Public Sub New (
other As ExternalDataManagerDataItem
)
public:
ExternalDataManagerDataItem(
ExternalDataManagerDataItem^ other
)
new :
other : ExternalDataManagerDataItem -> ExternalDataManagerDataItemParameters
- other ExternalDataManagerDataItem
-
Exceptions
See Also