Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / StructureSegment Class / Properties Property
Example

In This Topic
    Properties Property (StructureSegment)
    In This Topic
    EPLAN properties of the StructureSegment object.
    Syntax
    public new StructureSegmentPropertyList Properties {get;}
    public:
    new property StructureSegmentPropertyList^ Properties {
       StructureSegmentPropertyList^ get();
    }
    Example
    Function func;
    func.Properties[Properties.Function.DESIGNATION_PLANT] = "AP";
    func.Properties[Properties.Function.FUNC_COMMENT] = "that is a good function";
    string s = func.Properties[Properties.Function.FUNC_DEVICETAG_FULL];
    See Also