API Help
Eplan.EplApi.MasterData Namespace / MDSymbolVariantPropertyList Class / Property Property
Identifier of the MDSymbolVariant's property
Index of the MDSymbolVariant's property

In This Topic
    Property Property (MDSymbolVariantPropertyList)
    In This Topic
    Method used by operator[] in order to access indexed properties.
    Syntax
    public new MDPropertyValue this[ 
       Properties.MDSymbolVariant id,
       int index
    ]; {get; set;}
    public:
    new property MDPropertyValue^ default [Properties.MDSymbolVariant,int] {
       MDPropertyValue^ get(Properties.MDSymbolVariant id, int index);
       void set (Properties.MDSymbolVariant id, int index, MDPropertyValue^ value);
    }

    Parameters

    id
    Identifier of the MDSymbolVariant's property
    index
    Index of the MDSymbolVariant's property

    Property Value

    MDPropertyValue object that automaticaly converts into common used types.
    Exceptions
    ExceptionDescription
    Thrown in case of an external error. Please refer to the exception message.
    MDPropertyNotFoundException
    MDInvalidIndexException
    MDPropertyReadOnlyException
    MDSettingValueFailedException
    See Also