API Help
Eplan.EplApi.DataModel Namespace / SymbolReference.PropertyPlacementsSchemasList Class
Members

In This Topic
    SymbolReference.PropertyPlacementsSchemasList Class
    In This Topic
    A structure representing a property placements schemas.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.SymbolReference.PropertyPlacementsSchemasList

    Syntax
    public class SymbolReference.PropertyPlacementsSchemasList 
    public ref class SymbolReference.PropertyPlacementsSchemasList 
    Public Properties
     NameDescription
    Public PropertyReturns an array of SymbolReference::PropertyPlacementsSchema elements representing predefined property placements configurations for the symbol. Each of the predefined configuration is represented by a name visible in the GUI and an ID that may be used to select a specific configuration.  
    Public PropertyProperty to get or set a custom property placement schema as default one. After setting it all the same symbols are inserted with this schema.  
    Public PropertyGets a PropertyPlacementsSchema object that represents the selected property placements configuration. Sets the current property placements configuration. Note: Changing the current property placements configuration deletes the existing property placements. This can make some API objects of type PropertyPlacement become invalid.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds or saves element representing property placements configuration for the symbol. This also sets the current property placements configuration of the symbol.  
    Public MethodOverloaded. Exports all the customer property placements sets of the symbol to a file.  
    Public MethodImports customer property placements set(s) from the specified file to the symbol.  
    Public MethodRemoves a PropertyPlacementsSchema object that represents the property placements configuration.  
    Top
    See Also