public void CreateTransient( Project oProject, FunctionDefinition oFunctionDefinition, PointD oSize )
public: void CreateTransient( Project^ oProject, FunctionDefinition^ oFunctionDefinition, PointD oSize )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| oFunctionDefinition | Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null. |
| oSize | Point object which represents height and width of Area object. |