LuaPart.Save Method

PartProxy

LuaPartSave Method

Save the parts structure

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double Save(
	string filename,
	bool withChildren
)
Public Function Save ( 
	filename As String,
	withChildren As Boolean
) As Double
public:
double Save(
	String^ filename, 
	bool withChildren
)
member Save : 
        filename : string * 
        withChildren : bool -> float 

Parameters

filename
Type: SystemString
The filename.
withChildren
Type: SystemBoolean
if set to true [with children].

Return Value

Type: Double
System.Double.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also