C# Class Revit.SDK.Samples.CurtainWallGrid.CS.WallBaseline2D

the class stores the baseline data for curtain wall
Inheritance: Line2D
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

clear the stored data

WallBaseline2D ( ) : System

default constructor

WallBaseline2D ( Point startPoint, Point endPoint ) : System

constructor

WallBaseline2D ( WallBaseline2D wallLine2D ) : System

copy constructor

Method Details

Clear() public method

clear the stored data
public Clear ( ) : void
return void

WallBaseline2D() public method

default constructor
public WallBaseline2D ( ) : System
return System

WallBaseline2D() public method

constructor
public WallBaseline2D ( Point startPoint, Point endPoint ) : System
startPoint Point /// the start point for the line ///
endPoint Point /// the end point for the line ///
return System

WallBaseline2D() public method

copy constructor
public WallBaseline2D ( WallBaseline2D wallLine2D ) : System
wallLine2D WallBaseline2D /// the line to be copied ///
return System