'Declaration Public Sub Save( _ ByVal output As Stream, _ Optional ByVal isInteractive As Boolean _ )
public void Save( Stream output, bool isInteractive )
Parameters
- output
- The stream where data have to be written.
- isInteractive
- If
false
than aggregate tree will be omitted.