Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentDefinition Class / Image Property

In This Topic
    Image Property
    In This Topic
    Name of icon displayed in tree view of the pre-planning navigator for this definition.
    Syntax
    public string Image {get; set;}
    public:
    property String^ Image {
       String^ get();
       void set (    String^ value);
    }
    Exceptions
    ExceptionDescription
    Thrown while setting if new value is null.
    See Also