Returns a new filename with the same name as the document in which the rule is running, but with a different extension.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
Function ChangeExtension (
extension As String
) As String
C#
string ChangeExtension(
string extension
)
Parameters
- extension
- Type: System.String
The new extension.
Return Value
Type:
StringThe new filename.
See Also
Reference