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

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

    Parameters

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