public AuxiliaryLine( Project pProject, bool bTransient, PointD3D oStartPoint, PointD3D oEndPoint )
public: AuxiliaryLine( Project^ pProject, bool bTransient, PointD3D oStartPoint, PointD3D oEndPoint )
Parameters
- pProject
- Project to which this object will be assign. Can't be null.
- bTransient
- Flag to determine if object will be permanently store in database or will be transient.
- oStartPoint
- Position of the object beginning.
- oEndPoint
- Position of the AuxiliaryLine end.