Share

ICadDoc.ChangeExtension 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: 30.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: String
The new filename.

See Also

Reference

Was this information helpful?