Click or drag to resize
SoDBIsValidHeader Method

This returns true if the given character string is one of the valid Open Inventor file headers, (e.g., "#Inventor V2.0 binary"), or if the string has been registered as a valid header through the () method.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static bool IsValidHeader(
	string testString
)

Parameters

testString
Type: SystemString

Return Value

Type: Boolean
Remarks