Sets the type of cross section for a user-defined route for the active routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetComponentCrossSectionType( _
ByVal crossSection As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IRoutingComponentManager
Dim crossSection As System.Integer
instance.SetComponentCrossSectionType(crossSection) |
C# | |
---|
void SetComponentCrossSectionType(
System.int crossSection
) |
C++/CLI | |
---|
void SetComponentCrossSectionType(
& System.int crossSection
) |
Parameters
- crossSection
- Type of cross section for a user-defined route for the active routing component as defined in swComponentCrossSectionType_e
Example
See Also
Availability
SOLIDWORKS Routing 2015 FCS