Click or drag to resize
SoSFBitMaskEnumType Constructor (SoFieldContainer, String, SoFieldFieldTypes, Type)

Note: This API is now obsolete.

Default constructor.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9000. Use the constructor without Type argument.")]
public SoSFBitMask(
	SoFieldContainer fieldContainer,
	string fieldName,
	SoFieldFieldTypes fieldType,
	Type enumType
)

Parameters

fieldContainer
Type: OIV.Inventor.FieldsSoFieldContainer
fieldName
Type: SystemString
fieldType
Type: OIV.Inventor.FieldsSoFieldFieldTypes
enumType
Type: SystemType
Remarks