FabricationPartSizeMap(String, Double, Double, Boolean, ConnectorProfileType, Int32, Int32)
Description:
Creates a new instance of the FabricationPartSizeMap class.
Creates a new instance of the FabricationPartSizeMap class.
Overloads (2):
FabricationPartSizeMap(String,Double,Double,Boolean,ConnectorProfileType,Int32,Int32)
public FabricationPartSizeMap(
string size,
double widthDiameter,
double depth,
bool isProductList,
ConnectorProfileType profileType,
int serviceId,
int groupId
)
-
sizeThe size display string for the straight that can be used by the user interface.
-
widthDiameterThe width or diameter of the straight.
-
depthThe depth of the straight.
-
isProductListSet if the straight a product list or not.
-
profileTypeSet the shape of the straight.
-
serviceIdSet the service identifier of the straight.
-
groupIdSet the group identifier of the straight.
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration
No comments yet. Start the discussion.
Loading…