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