setName method of the ISchemeBuilder interface
Sets the human-readable name for the scheme. This name corresponds to the Name property of the DataScheme class.
ISchemeBuilder setName( String name );
Parameters
- name
- The scheme name.
Return values
The method returns the ISchemeBuilder instance to which it belongs.
02.03.2022 12:59:15