Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class

In This Topic
    Project Class Properties
    In This Topic

    For a list of all members of this type, see Project members.

    Public Properties
     NameDescription
    Public PropertyReturns ArticleReferences that are referenced by Project.  
    Public PropertyReturns Articles of the Project.  
    Public PropertyCheck if the Project can have Articles.  
    Public PropertyReturns results of comparisons of projects.  
    Public PropertyReturns an array of objects cross-referenced with this object (i.e. having the same name - in case of functions - or otherwise associated) (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns the current users working at this project.  
    Public PropertyReturns the project as number. The number is unique for all open projects in one session. The number changes when the project is closed and opened again. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyPredefined property for accessing following project settings: EnableSyntaxCheck, UserCharacters, AllowUserCharacters, AllowedLetters, AllowSpecialCharacters, PlantDesignationNumbersOnly.  
    Public PropertyProject's property which return full project documents' directory name  
    Public PropertyEnables access to pages filter.  
    Public PropertyReturns standard Eplan.EplApi.DataModel.MasterData.FunctionDefinitionLibrary of project.  
    Public PropertyProject's property which return full project images' directory name.  
    Public PropertyReturns array of all Eplan.EplApi.DataModel.E3D.InstallationSpace from this Project.  
    Public PropertyProject's property which gives information if the project is opened exclusive  
    Public PropertyOverridden. 

    Determines if the the StorableObject is locked.

    The StorableObject is locked when it was explicitly or implicitly locked.

     
    Public PropertyProject's property which gives information if the project is opened or is not.  
    Public PropertyOverridden. Determines if StorableObject is read-only  
    Public Property

    Determines if the the StorableObject is transient.

    The StorableObject is transient when it was created by default constructor and:

    it is a Page and it was not assigned a Project,

    it is a Placement or any class derived from it and was not assigned a Page.

    (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyDetermines if StorableObject is correct database object and is not deleted. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns layer table of the project.  
    Public PropertyReturns the object identifier as number. The number is unique for all objects of this type. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns array of OptionGroups assigned to the Project.  
    Public PropertyReturns array of Options assigned to the Project but not those that are assigned to OptionGroups.  
    Public PropertyProject's property which return array of Pages placed in project. When the project's PagesFilter was set-up, pages matching the filter are returned.  
    Public PropertyReturns array of all Eplan.EplApi.DataModel.Planning.PlanningSegment from this Project.  
    Public PropertyReturns the project the StorableObject belongs to. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyProject's property which return full project's directory name.  
    Public PropertyProject's property which return full project name, without an extension.  
    Public PropertyProject's property which return full project-link file name.  
    Public PropertyProject's property which return Name of Project - project name only without path.  
    Public PropertyEnables access to P8 properties of the project.  
    Public PropertyGets currently used schema Id, that was choosen in GUI in ribbon Tools / Property Arrangements ribbon.  
    Public PropertyReturns an object used to manage project sections.  
    Public PropertyReturns array of all Eplan.EplApi.DataModel.Planning.SegmentDefinition from this Project.  
    Public PropertyReturns array of all Eplan.EplApi.DataModel.Planning.SegmentTemplate from this Project.  
    Public PropertyProject settings  
    Public PropertyGets the symbol libraries used by the project.  
    Public PropertyReturns the type of the object as number. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyType of project To change this property project will be reopened temporarily in exclusive mode. If project cannot be reopened in exclusive mode BaseException will be thrown.  
    Public PropertyReturns array of all UserDefinedPropertyDefinition from this project.  
    Top
    See Also