API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / DrawCrossReferences Property

In This Topic
    DrawCrossReferences Property
    In This Topic
    Determines, whether cross references should be displayed or not.
    Syntax
    public bool DrawCrossReferences {get; set;}
    public:
    property bool DrawCrossReferences {
       bool get();
       void set (    bool value);
    }
    See Also