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

    page
    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 there are at least two identical points.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also