Sets the Analytical Projection to supplied Datum Plane.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
C# |
---|
public void SetAnalyticalProjectionDatumPlane( ElementId datumPlaneId ) |
Visual Basic |
---|
Public Sub SetAnalyticalProjectionDatumPlane ( _ datumPlaneId As ElementId _ ) |
Visual C++ |
---|
public: void SetAnalyticalProjectionDatumPlane( ElementId^ datumPlaneId ) |
Parameters
- datumPlaneId
- Type: Autodesk.Revit.DB..::..ElementId
Identifies Datum Plane ElementId.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | datumPlaneId is not valid for this Sketch Component. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |