SoDBReadAll Method (String) |
Read all graphs from the file specified by the file name. See #ReadAll(SoInput) for more details.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoSeparator ReadAll(
string s
)
Public Shared Function ReadAll (
s As String
) As SoSeparator
public:
static SoSeparator^ ReadAll(
String^ s
)
static member ReadAll :
s : string -> SoSeparator
Parameters
- s
- Type: SystemString
Return Value
Type:
SoSeparatorSee Also