Adds the specified configuration to
SOLIDWORKS Connected.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim Name As System.String
Dim Description As System.String
Dim IsPhysicalProduct As System.Boolean
Dim RepresentationParentName As System.String
Dim ConfigOptions As System.Integer
Dim ChildCompDisplayOption As System.Integer
Dim Rebuild As System.Boolean
Dim value As System.Object
value = instance.AddCADFamilyConfiguration(Name, Description, IsPhysicalProduct, RepresentationParentName, ConfigOptions, ChildCompDisplayOption, Rebuild) |
Parameters
- Name
- Name of the configuration to add
- Description
- Details about the configuration
- IsPhysicalProduct
- True to add a parent configuration (Physical Product), false to add a derived configuration (Representation)
- RepresentationParentName
- Parent Physical Product name of derived configuration (Representation); valid only if IsPhysicalProduct is false
- ConfigOptions
- Configuration options as defined by swCADFamilyCfgOptions_e
- ChildCompDisplayOption
- Child component display option as defined in swChildComponentInBOMOption_e
- Rebuild
- True to rebuild the model after adding this configuration, false to not
Return Value
IConfiguration
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30