Eplan Platform API
Eplan.EplApi.DataModel Namespace / Option Class / OptionFragments Property

In This Topic
    OptionFragments Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.OptionFragment contained in the option.
    Syntax
    public OptionFragment[] OptionFragments {get;}
    public:
    property array<OptionFragment^>^ OptionFragments {
       array<OptionFragment^>^ get();
    }

    Property Value

    OptionFragment.
    See Also