API Help
Eplan.EplApi.DataModel Namespace / MergedFunction Class / GetMainPlacement Method
reference to Page the main placement is placed on
reference to Eplan.EplApi.Base.PointD holding the coordinates, where the main placement is placed on

In This Topic
    GetMainPlacement Method
    In This Topic
    Returns main placement this MergedFunction by parameters.
    Syntax
    public void GetMainPlacement( 
       ref Page rPage,
       ref PointD pnt
    )
    public:
    void GetMainPlacement( 
       Page^% rPage,
       PointD% pnt
    ) 

    Parameters

    rPage
    reference to Page the main placement is placed on
    pnt
    reference to Eplan.EplApi.Base.PointD holding the coordinates, where the main placement is placed on
    Exceptions
    ExceptionDescription
    Thrown when object wasn't created.
    See Also