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