SoBufferedShapecolorComponentsType Property |
SbDataType.DataType type for the color values.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFEnum<SbDataTypeDataTypes> colorComponentsType { get; }
Public ReadOnly Property colorComponentsType As SoSFEnum(Of SbDataTypeDataTypes)
Get
public:
property SoSFEnum<SbDataTypeDataTypes>^ colorComponentsType {
SoSFEnum<SbDataTypeDataTypes>^ get ();
}
member colorComponentsType : SoSFEnum<SbDataTypeDataTypes> with get
Property Value
Type:
SoSFEnumSbDataTypeDataTypes
Remarks. Default is SbDataType.FLOAT.
See Also