Click or drag to resize

ICadDocPathAndFileName Property

Gets the complete path with filename of the document in which the rule is running.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
ReadOnly Property PathAndFileName ( 
	Optional withExtension As Boolean = false
) As String
	Get

Parameters

withExtension (Optional)
Type: SystemBoolean
If this is true, the file extension will be include in the name. The default is False.

Return Value

Type: String
The path with filename, with or without the extensin.
See Also