Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / DimensionCircle Class / Create Method / Create(Page) Method
The Page the circle will be placed on

In This Topic
    Create(Page) Method
    In This Topic
    This method should never be used. Always throws NotImplementedException. DimensionCircle cannot be created without circle.
    Syntax
    public void Create( 
       Page page
    )
    public:
    void Create( 
       Page^ page
    ) 

    Parameters

    page
    The Page the circle will be placed on
    Exceptions
    ExceptionDescription
    Always thrown.
    Thrown when the given Page has the PageType set to ExternalDocument.
    See Also