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

GetMainPlacement Method
Returns main placement this MergedFunction by parameters.
Syntax
public void GetMainPlacement( 
   ref Page rPage,
   ref 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