API Help
Eplan.EplApi.DataModel Namespace / AnyPropertyId Class
Members

In This Topic
    AnyPropertyId Class
    In This Topic
    Utility class that represents id of P8 API internal properties.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.DataModel.AnyPropertyId

    Syntax
    public sealed class AnyPropertyId 
    public ref class AnyPropertyId sealed 
    Remarks
    The class contains also methods to convert between id number and corresponding Properties.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets property id value as Properties.Arc.  
    Public PropertyGets property id value as Properties.Article.  
    Public PropertyGets property id value as Properties.ArticleReference.  
    Public PropertyGets property id value as Properties.Block.  
    Public PropertyGets property id value as Properties.BusBar.  
    Public PropertyGets property id value as Properties.Cable.  
    Public PropertyGets property id value as Properties.CommunicationEntity.  
    Public PropertyGets property id value as Properties.Connection.  
    Public PropertyGets property id value as Properties.Connection3D.  
    Public PropertyGets property id value as Properties.ConnectionDefinitionPoint.  
    Public PropertyGets property id value as Properties.ConnectionPointsInfo.  
    Public PropertyGets property id value as Properties.CopperBundle.  
    Public PropertyGets property id value as Properties.DeletedObjectInfo.  
    Public PropertyGets property id value as Properties.DeviceListEntry.  
    Public PropertyGets property id value as Properties.DimensionCircle.  
    Public PropertyGets property id value as Properties.DimensionItem.  
    Public PropertyGets property id value as Properties.Function.  
    Public PropertyGets property id value as Properties.Function3D.  
    Public PropertyGets property id value as Properties.FunctionBase.  
    Public PropertyGets property id value as Properties.FunctionDefinitionLibrary.  
    Public PropertyGets property id value as Properties.GraphicalPlacement.  
    Public PropertyGets property id value as Properties.HyperLink.  
    Public PropertyGets property id value as Properties.Image.  
    Public PropertyGets property id value as Properties.InstallationSpace.  
    Public PropertyInteger number of this property. When setting a property by number, be aware, that the property might not exist for the object.  
    Public PropertyGets property id value as Properties.InterruptionPoint.  
    Public PropertyGets property id value as Properties.Line.  
    Public PropertyGets property id value as Properties.Location.  
    Public PropertyGets property id value as Properties.LocationBox.  
    Public PropertyGets property id value as Properties.MacroBox.  
    Public PropertyGets property id value as Properties.MergedArticleReference.  
    Public PropertyGets property id value as Properties.Option.  
    Public PropertyGets property id value as Properties.OptionFragment.  
    Public PropertyGets property id value as Properties.OptionGroup.  
    Public PropertyGets property id value as Properties.Page.  
    Public PropertyGets property id value as Properties.PathText.  
    Public PropertyGets property id value as Properties.PipingDefinition.  
    Public PropertyGets property id value as Properties.PlaceHolder.  
    Public PropertyGets property id value as Properties.Placement.  
    Public PropertyGets property id value as Properties.Placement3D.  
    Public PropertyGets property id value as Properties.PlanningSegment.  
    Public PropertyGets property id value as Properties.PlcIO.  
    Public PropertyGets property id value as Properties.PlotFrame.  
    Public PropertyGets property id value as Properties.PlugStrip.  
    Public PropertyGets property id value as Properties.PotentialDefinition.  
    Public PropertyGets property id value as Properties.Project.  
    Public PropertyGets property id value as Properties.Rectangle.  
    Public PropertyGets property id value as Properties.RoutedConnection.  
    Public PropertyGets property id value as Properties.Segment.  
    Public PropertyGets property id value as Properties.SegmentDefinition.  
    Public PropertyGets property id value as Properties.SegmentPlacement.  
    Public PropertyGets property id value as Properties.SegmentTemplate.  
    Public PropertyGets property id value as Properties.StorableObject.  
    Public PropertyGets property id value as Properties.StrandConnector.  
    Public PropertyWhen AnyPropertyId was created from user-defined property identifying name AsString returns this name, otherwise it returns number of property converted to string.  
    Public PropertyGets property id value as Properties.Symbol.  
    Public PropertyGets property id value as Properties.SymbolLibrary.  
    Public PropertyGets property id value as Properties.SymbolReference.  
    Public PropertyGets property id value as Properties.SymbolVariant.  
    Public PropertyGets property id value as Properties.TerminalStrip.  
    Public PropertyGets property id value as Properties.Text.  
    Public PropertyGets property id value as Properties.TextBase.  
    Public PropertyGets property id value as Properties.ViewPlacement.  
    Public PropertyDefinition of property.  
    Public PropertyIndex of the property.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of AnyPropertyId object.  
    Public MethodSets P8 Property ID into AnyProjectId object. When setting a property by number, be aware, that the property might not exist for the object.  
    Top
    Public Operators
    Equality operator
    Overloaded. Converts the specified property number into AnyProjectId object. When setting a property by number, be aware, that the property might not exist for the object.
    Top
    See Also