Sets the desired performance options.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPerformanceOptions( _
ByVal options As Short _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureWorksApp
Dim options As Short
Dim value As Boolean
value = instance.SetPerformanceOptions(options)
|
C# | |
---|
bool SetPerformanceOptions(
short options
) |
C++/CLI | |
---|
bool SetPerformanceOptions(
& 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