The copy constructor.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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