Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / HasReferencePoint Property

In This Topic
    HasReferencePoint Property
    In This Topic
    Returns true if a reference point has been defined for this macro.
    Syntax
    public bool HasReferencePoint {get;}
    public:
    property bool HasReferencePoint {
       bool get();
    }

    Property Value

    true : The macro file has a reference point defined.

    false : The macro file has no reference point defined.

    Exceptions
    ExceptionDescription
    Thrown when the macro could not be opened successfully.
    See Also