Sets the RGB color for the specified default plot boundary option.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSimulationOptionDefaultPlotsBoundaryColorInRGB( _
ByVal NBoundaryOption As System.Integer, _
ByVal NRed As System.Integer, _
ByVal NGreen As System.Integer, _
ByVal NBlue As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWModelDoc
Dim NBoundaryOption As System.Integer
Dim NRed As System.Integer
Dim NGreen As System.Integer
Dim NBlue As System.Integer
Dim value As System.Integer
value = instance.SetSimulationOptionDefaultPlotsBoundaryColorInRGB(NBoundaryOption, NRed, NGreen, NBlue) |
C++/CLI | |
---|
System.int SetSimulationOptionDefaultPlotsBoundaryColorInRGB(
& System.int NBoundaryOption,
& System.int NRed,
& System.int NGreen,
& System.int NBlue
) |
Parameters
- NBoundaryOption
- Boundary option as defined in swsSimulationOptionDefaultPlotsBoundaryColorInRGBBoundaryOption_e
- NRed
- 0 <= Red component <= 255
- NGreen
- 0 <= Green component <= 255
- NBlue
- 0 <= Blue component <= 255
Return Value
Error code as defined in
swsSimulationOptionDefaultPlotsBoundaryColorInRGBError_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0