Revit 2018 API |
Camera..::..Transform Method |
Camera Class See Also |
Transforms the camera
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2017
Syntax
C# |
---|
public void Transform( Transform trf ) |
Visual Basic |
---|
Public Sub Transform ( _ trf As Transform _ ) |
Visual C++ |
---|
public: void Transform( Transform^ trf ) |
Parameters
- trf
- Type: Autodesk.Revit.DB..::..Transform
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |