API Help
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / PlacementAreaTransformation Property

In This Topic
    PlacementAreaTransformation Property
    In This Topic
    Returns the transformation of macro placement area.
    Syntax
    public Matrix3D PlacementAreaTransformation {get;}
    public:
    property Matrix3D PlacementAreaTransformation {
       Matrix3D get();
    }
    Exceptions
    ExceptionDescription
    Thrown when the macro was not opened before or could not opened successfully.
    Remarks
    This property represents relative to coordinate system of macro.
    See Also