SetUserPreferenceStringListValue Method (ISldWorks)
Sets the name of the DXF mapping files.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetUserPreferenceStringListValue( _
ByVal UserPreference As Integer, _
ByVal Value As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim UserPreference As Integer
Dim Value As String
instance.SetUserPreferenceStringListValue(UserPreference, Value)
|
Parameters
- UserPreference
User preference as defined in swUserPreferenceStringValue_e
- Value
Value of UserPreference
Remarks
See Also