ConduitSizeSettings.AddSize
Description:
Inserts a new ConduitSize in to the conduit size settings. The conduit standard name determines the location of the new size in the size table.
Inserts a new ConduitSize in to the conduit size settings. The conduit standard name determines the location of the new size in the size table.
public void AddSize(
string standardName,
ConduitSize sizeInfo
)
-
StringstandardNameThe conduit standard name.
-
sizeInfoThe new ConduitSize to be added.
-
The conduit standard name does not exist. -or- The conduit size already exists.
-
A non-optional argument was null
-
The function is called during iterating the size set.