SoVRMLInlineSetBoundingBoxColor Method |
Sets the bounding box color.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void SetBoundingBoxColor(
out SbColor c
)
Public Shared Sub SetBoundingBoxColor (
<OutAttribute> ByRef c As SbColor
)
public:
static void SetBoundingBoxColor(
[OutAttribute] SbColor% c
)
static member SetBoundingBoxColor :
c : SbColor byref -> unit
Parameters
- c
- Type: OIV.InventorSbColor
Remarks
See Also