Creates the extension.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
string CreateExtension(
	string location,
	Object pos,
	string creator,
	string sclass,
	string name,
	string version,
	Object data
)
Visual Basic (Declaration)
Function CreateExtension ( _
	location As String, _
	pos As Object, _
	creator As String, _
	sclass As String, _
	name As String, _
	version As String, _
	data As Object _
) As String
Visual C++
String^ CreateExtension(
	String^ location, 
	Object^ pos, 
	String^ creator, 
	String^ sclass, 
	String^ name, 
	String^ version, 
	Object^ data
)

Parameters

location
Type: System..::.String
Location.
pos
Type: System..::.Object
Pos.
creator
Type: System..::.String
Creator.
sclass
Type: System..::.String
Sclass.
name
Type: System..::.String
Name.
version
Type: System..::.String
Version.
data
Type: System..::.Object
Data.

Return Value

string

See Also