API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionCircle Class / Create Method / Create(Page,Arc,PointD) Method
Eplan.EplApi.DataModel.Page where DimensionCircle will be placed on.
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
    Eplan.EplApi.DataModel.Page where DimensionCircle will be placed on.
    circle
    Arc where DimensionCircle will be created.
    vertex
    End point of DimensionCircle.
    Exceptions
    ExceptionDescription
    Thrown when page is null.
    Thrown when circle is null.
    Thrown when the Eplan::EplApi::DataModel::Graphics::Arc is not circle.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also