Sets the desired performance options.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPerformanceOptions( _
ByVal options As System.Short _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureWorksApp
Dim options As System.Short
Dim value As System.Boolean
value = instance.SetPerformanceOptions(options) |
C# | |
---|
System.bool SetPerformanceOptions(
System.short options
) |
C++/CLI | |
---|
System.bool SetPerformanceOptions(
& System.short options
) |
Parameters
- options
- Performance options as defined by fwPerformanceOptions_e
Return Value
True if the performance options are set, false if not
See Also
Availability
FeatureWorks API 2004 FCS