API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / AssignFreePropertiesScheme Method
Free properties scheme name.

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

    Parameters

    strSchemeName
    Free properties scheme name.
    Exceptions
    ExceptionDescription
    Thrown if strSchemeName is null or empty.
    Thrown if scheme from strSchemeName does not exist.
    See Also