API Help
Eplan.EplApi.DataModel.MasterData Namespace / SymbolPropertyList Class / SYMB_MODIFICATIONCOMMENT Property / SYMB_MODIFICATIONCOMMENT(Int32) Property

In This Topic
    SYMB_MODIFICATIONCOMMENT(Int32) Property
    In This Topic
    Modification note # 16024. This property isn't indexed.
    Syntax
    public PropertyValue SYMB_MODIFICATIONCOMMENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ SYMB_MODIFICATIONCOMMENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Modification note for changes to a symbol.

    See Also