Package com.solibri.smc.api.issues
Interface BcfXml
public interface BcfXml
This interface is used for exporting BCF-XML content.
- Since:
 - 9.10.3
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanexportBcfXml(BcfVersion version, BcfScope scope, OutputStream stream) Pushes BCF-XML content of issues in the scope to the given stream. 
- 
Method Details
- 
exportBcfXml
Pushes BCF-XML content of issues in the scope to the given stream.- Parameters:
 version- BCF version of the content to be createdscope- BCF issues in scopestream- the stream- Returns:
 - true when the stream has been filled and false, when there was no content
 - Since:
 - 9.10.3
 
 
 -