'Declaration
Public Sub TraceFeatures( _ ByVal filePath As String _ )
public void TraceFeatures( string filePath )
public procedure TraceFeatures( filePath: String );
public function TraceFeatures( filePath : String );
public: void TraceFeatures( string* filePath )
public: void TraceFeatures( String^ filePath )
Parameters
- filePath
- The path of the file where all features used within the demo application will be logged to.