ICadDocChangeExtension Method |
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: 23.0
Syntax Function ChangeExtension (
extension As String
) As String
string ChangeExtension(
string extension
)
Parameters
- extension
- Type: SystemString
The new extension.
Return Value
Type:
StringThe new filename.
See Also