Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / MDUserDefinedPropertyDefinition Constructor
Identifying name of a property.
Parts database where a property will be created

In This Topic
    MDUserDefinedPropertyDefinition Constructor
    In This Topic
    Initializes property definition
    Syntax
    public MDUserDefinedPropertyDefinition( 
       string strIdentifyingName,
       MDPartsDatabase partsDatabase
    )
    public:
    MDUserDefinedPropertyDefinition( 
       String^ strIdentifyingName,
       MDPartsDatabase^ partsDatabase
    )

    Parameters

    strIdentifyingName
    Identifying name of a property.
    partsDatabase
    Parts database where a property will be created
    See Also