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

MDUserDefinedPropertyDefinition Class
Represents user-defined property definition stored in the parts management database.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.MasterData.MDUserDefinedPropertyDefinition

Syntax
public class MDUserDefinedPropertyDefinition 
Remarks
Please consider that MDUserDefinedPropertyDefinition is an offline object, so if you change a property, please call the Store method to write data to a parts database.
Public Constructors
 NameDescription
Public ConstructorInitializes property definition  
Top
Public Properties
 NameDescription
Public PropertyCategory of this property definition.  
Public PropertyGets/Sets list of default values for selection list.  
Public PropertyName displayed in GUI for this property definition.  
Public PropertyField type of this property definition.  
Public PropertyIdentifying name  
Public PropertyInput aid of this property definition.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates new property definition  
Public MethodDestructor for deterministic finalization of UserDefinedPropertyDefinition object.  
Public MethodLoads property definition from the database.  
Public MethodStores property definition to the database.  
Top
See Also