PartProxy
LuaPartSave Method |
Save the parts structure
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

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: DoubleSystem.Double.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
