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 SummaryModifier and TypeMethodDescriptionbooleanexportBcfXml(BcfVersion version, BcfScope scope, OutputStream stream) Pushes BCF-XML content of issues in the scope to the given stream.
- 
Method Details- 
exportBcfXmlPushes BCF-XML content of issues in the scope to the given stream.- Parameters:
- version- BCF version of the content to be created
- scope- BCF issues in scope
- stream- the stream
- Returns:
- true when the stream has been filled and false, when there was no content
- Since:
- 9.10.3
 
 
-