API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPosition Class / AccessoryList Property

In This Topic
    AccessoryList Property
    In This Topic
    Returns the referenced AccessoryList if type is AccessoryList
    Syntax
    public MDAccessoryList AccessoryList {get; set;}
    public:
    property MDAccessoryList^ AccessoryList {
       MDAccessoryList^ get();
       void set (    MDAccessoryList^ value);
    }
    See Also