Revit 2020.1 API |
Transform Constructor |
Transform Class See Also |
The copy constructor.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public Transform( Transform source ) |
Visual Basic |
---|
Public Sub New ( _ source As Transform _ ) |
Visual C++ |
---|
public: Transform( Transform^ source ) |
Parameters
- source
- Type: Autodesk.Revit.DB..::..Transform