public new PlotFramePropertyList Properties {get;}
public: new property PlotFramePropertyList^ Properties { PlotFramePropertyList^ get(); }
public new PlotFramePropertyList Properties {get;}
public: new property PlotFramePropertyList^ Properties { PlotFramePropertyList^ get(); }
Exception | Description |
---|---|
Eplan.EplApi.DataModel.InsufficientLicenceException | Thrown when no new logical plotframe can be added to the project. |
PlotFrame oPlotFrame; String pfGridOffsetX = oPlotFrame.Properties.FRAME_EVALUATION_AREA_START_POINT_X.ToString(); String pfGridOffsetY = oPlotFrame.Properties.FRAME_EVALUATION_AREA_START_POINT_Y.ToString(); String pfColWidth1 = oPlotFrame.Properties.FRAME_PATHSIZE[1].ToString(); String pfColWidth2 = oPlotFrame.Properties.FRAME_PATHSIZE[1].ToString();