SoGLDeviceSettingsGetSettingNameByIndex Method |
Returns the name of the specified setting.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetSettingNameByIndex(
uint index
)
Public Function GetSettingNameByIndex (
index As UInteger
) As String
public:
String^ GetSettingNameByIndex(
unsigned int index
)
member GetSettingNameByIndex :
index : uint32 -> string
Parameters
- index
- Type: SystemUInt32
Return Value
Type:
StringRemarks See Also