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

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