API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / Create Method / Create(Page,PointD,PointD,PointD) Method
Page
First point of the dimension item.
Second point of the dimension item.
End point of the dimension item.

In This Topic
    Create(Page,PointD,PointD,PointD) Method
    In This Topic
    Creates a linear dimension item on the given page.
    Syntax

    Parameters

    oPage
    Page
    pntFirstDimPoint
    First point of the dimension item.
    pntSecondDimPoint
    Second point of the dimension item.
    pntEndDimPoint
    End point of the dimension item.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also