Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionCircle Class / Create Method / Create(Page,Arc,PointD) Method
The Page where the DimensionCircle will be placed on
The Graphics.Arc where DimensionCircle will be created
End point of DimensionCircle

In This Topic
    Create(Page,Arc,PointD) Method
    In This Topic
    Creates the DimensionCircle object.
    Syntax
    public void Create( 
       Page page,
       Arc circle,
       PointD vertex
    )
    public:
    void Create( 
       Page^ page,
       Arc^ circle,
       PointD vertex
    ) 

    Parameters

    page
    The Page where the DimensionCircle will be placed on
    circle
    The Graphics.Arc where DimensionCircle will be created
    vertex
    End point of DimensionCircle
    Exceptions
    ExceptionDescription
    Thrown when the page is NULL.
    Thrown when the circle is NULL.
    Thrown when the Graphics.Arc is not a circle.
    Thrown when the given Page has the PageType set to ExternalDocument.
    See Also