Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionItem Class / CreateAngular Method
Page
First point of the DimensionItem.
Second point of the DimensionItem.
End point of the DimensionItem.

In This Topic
    CreateAngular Method
    In This Topic
    Creates an angular DimensionItem on the given page.
    Syntax

    Parameters

    Parameter NameDescription
    pagePage
    pntFirstDimPointFirst point of the DimensionItem.
    pntSecondDimPointSecond point of the DimensionItem.
    pntEndDimPointEnd point of the DimensionItem.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when there are at least two identical points or when the given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also