Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAnyPropertyId Class
Members

MDAnyPropertyId Class
Utility class that represents id and index of P8 API properties.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.MasterData.MDAnyPropertyId

Syntax
public sealed class MDAnyPropertyId 
Remarks
The class contains also methods to convert between id number and corresponding Properties. The only valid Id value range comes from mentioned enum, that is why Id property is read only.
Public Constructors
 NameDescription
Public ConstructorDefault constructor. Creates MDAnyPropertyId object.  
Top
Public Properties
 NameDescription
Public Property  
Public Property  
Public Property  
Public Property  
Public PropertyDefinition of property.  
Public PropertyInteger id of this property.  
Public PropertyIndex of the property.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of MDAnyPropertyId object.  
Top
Public Operators
Equality operator
Overloaded. Converts the specified property number into MDAnyProjectId object.
Top
See Also