public static AuxiliaryLine Create( Project pProject, PointD3D oStartPoint, PointD3D oEndPoint )
public: static AuxiliaryLine^ Create( Project^ pProject, PointD3D oStartPoint, PointD3D oEndPoint )
Parameters
- pProject
- Project to which this object will be assign. Can't be null.
- oStartPoint
- Position of the object beginning.
- oEndPoint
- Position of the AuxiliaryLine end.
Return Value
Created and stored in database AuxiliaryLine object.