public void Create( Project oProject, FunctionDefinition oFunctionDefinition, PointD oSize )
public: void Create( Project^ oProject, FunctionDefinition^ oFunctionDefinition, PointD oSize )
Parameters
- 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.