Eplan Platform API
Eplan.EplApi.DataModel.Filters Namespace / Type Class
Members Example

In This Topic
    Type Class
    In This Topic
    Select all objects of given type.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.Filters.Part
          Eplan.EplApi.DataModel.Filters.Type

    Syntax
    internal class Type : Part 
    internal ref class Type : public Part 
    Example
    ObjectIterator it;
    it = project.Objects(  new Filers.Type( typeof(DataModel.Function) ) );
    it = project.Objects(  
    		new Filers.Type( typeof(DataModel.Function) ) |
    		new Filers.Type( typeof(DataModel.Text) ) 
    	);
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Eplan.EplApi.DataModel.Filters.Part)
    Top
    See Also