'Declaration
Public Overloads Overridable Function SaveToFile( _ ByVal shape As NSmartShape, _ ByVal filePath As System.String, _ ByVal format As PersistencyFormat, _ ByVal filter As INSerializationFilter _ ) As System.Boolean
'Usage
Dim instance As NSmartShapeSerializer Dim shape As NSmartShape Dim filePath As System.String Dim format As PersistencyFormat Dim filter As INSerializationFilter Dim value As System.Boolean value = instance.SaveToFile(shape, filePath, format, filter)
public virtual System.bool SaveToFile( NSmartShape shape, System.string filePath, PersistencyFormat format, INSerializationFilter filter )
Parameters
- shape
- filePath
- format
- filter