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

AssignConfigurablePropertiesScheme Method
Assigns given configurable properties scheme to the part.
Syntax
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