API Help
Eplan.EplApi.MasterData Namespace / MDPropertyDefinition Class
Members

In This Topic
    MDPropertyDefinition Class
    In This Topic
    This class provides information about property.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPropertyDefinition

    Syntax
    public class MDPropertyDefinition 
    public ref class MDPropertyDefinition 
    Public Constructors
     NameDescription
    Public ConstructorConstructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns MDAnyPropertyId.  
    Public PropertyChecks if given property is indexed.  
    Public PropertyGets a property's minimal value specified in the property's definition.  
    Public PropertyAllows to check maximal index value of given property.  
    Public PropertyName of property.  
    Public PropertyCheck if a given property is read-only.  
    Public PropertyReturns information about type of the property. MDPropertyDefinition.MDPropertyType  
    Public PropertyGets a property's maximal value specified in the property's definition.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of MDPropertyDefinition object.  
    Top
    See Also