PFSParameterModifyFileNameParameter Method |
Modify the value of this parameter, if it is File Name type
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void ModifyFileNameParameter(
string val
)
Public Sub ModifyFileNameParameter (
val As String
)
public:
void ModifyFileNameParameter(
String^ val
)
member ModifyFileNameParameter :
val : string -> unit
Parameters
- val
- Type: SystemString
See Also