API Help
Eplan.EplApi.DataModel.Graphics Namespace / DimensionCircle Class / Create Method / Create(Page) Method
Eplan.EplApi.DataModel.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
    Eplan.EplApi.DataModel.Page the Circle will be placed on.
    Exceptions
    ExceptionDescription
    Always thrown.
    Thrown when given Eplan.EplApi.DataModel.Page has PageType sets to ExternalDocument.
    See Also