SbNativeColorArraySetData Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
public void SetData(
SbColor[] data
)
<ObsoleteAttribute>
Public Sub SetData (
data As SbColor()
)
public:
[ObsoleteAttribute]
void SetData(
array<SbColor>^ data
)
[<ObsoleteAttribute>]
member SetData :
data : SbColor[] -> unit
Parameters
- data
- Type: OIV.InventorSbColor
See Also