Gets the types of studies supported by this motion study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSupportedStudyTypes( _
ByRef SupportedTypes As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMotionStudy
Dim SupportedTypes As System.Integer
Dim value As System.Boolean
value = instance.GetSupportedStudyTypes(SupportedTypes) |
C# | |
---|
System.bool GetSupportedStudyTypes(
out System.int SupportedTypes
) |
C++/CLI | |
---|
System.bool GetSupportedStudyTypes(
& [Out] System.int SupportedTypes
) |
Parameters
- SupportedTypes
- Type of motion study as defined by swMotionStudyType_e
Return Value
True if this method runs successfully, false if not
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0