Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / Type Property

In This Topic
    Type Property (MDUserDefinedPropertyDefinition)
    In This Topic
    Returns information about type of the property. MDPropertyDefinition.MDPropertyType
    Syntax
    public override MDPropertyDefinition.MDPropertyType Type {get;}

    Property Value

    type of the property
    Remarks
    To set FieldType value please use Create method with FieldType argument.
    See Also