SoSFEnumEnumType Constructor (SoFieldContainer, String, SoFieldFieldTypes) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9200. Use the constructor which set the default value of the field.")]
public SoSFEnum(
SoFieldContainer fieldContainer,
string fieldName,
SoFieldFieldTypes fieldType
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9200. Use the constructor which set the default value of the field.")>
Public Sub New (
fieldContainer As SoFieldContainer,
fieldName As String,
fieldType As SoFieldFieldTypes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9200. Use the constructor which set the default value of the field.")]
SoSFEnum(
SoFieldContainer^ fieldContainer,
String^ fieldName,
SoFieldFieldTypes fieldType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9200. Use the constructor which set the default value of the field.")>]
new :
fieldContainer : SoFieldContainer *
fieldName : string *
fieldType : SoFieldFieldTypes -> SoSFEnum
Parameters
- fieldContainer
- Type: OIV.Inventor.FieldsSoFieldContainer
- fieldName
- Type: SystemString
- fieldType
- Type: OIV.Inventor.FieldsSoFieldFieldTypes
Remarks See Also