File3dm.ReadApplicationData Method

File3dmReadApplicationData Method

Reads only the application information from an existing 3dm file.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void ReadApplicationData(
	string path,
	out string applicationName,
	out string applicationUrl,
	out string applicationDetails
)
Public Shared Sub ReadApplicationData ( 
	path As String,
	<OutAttribute> ByRef applicationName As String,
	<OutAttribute> ByRef applicationUrl As String,
	<OutAttribute> ByRef applicationDetails As String
)

Parameters

path
Type: SystemString
A location on disk or network.
applicationName
Type: SystemString
The application name. This out parameter is assigned during this call.
applicationUrl
Type: SystemString
The application URL. This out parameter is assigned during this call.
applicationDetails
Type: SystemString
The application details. This out parameter is assigned during this call.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also