API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / AssignConfigurablePropertiesScheme Method
Configurable properties scheme name.

In This Topic
    AssignConfigurablePropertiesScheme Method
    In This Topic
    Assigns given configurable properties scheme to the part.
    Syntax
    public void AssignConfigurablePropertiesScheme( 
       string strSchemeName
    )
    public:
    void AssignConfigurablePropertiesScheme( 
       String^ strSchemeName
    ) 

    Parameters

    strSchemeName
    Configurable properties scheme name.
    Exceptions
    ExceptionDescription
    Thrown if strSchemeName is null or empty.
    Thrown if scheme from strSchemeName does not exist.
    Remarks
    When properties which are in scheme are not configured scheme will not be set.
    See Also