Share

ExceptionLogEntry.FullDocumentName Property

Gets the full document name. This will usually be the same as the full file name. (For assemblies, it may have a model state name appended.)

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property FullDocumentName As String
	Get

C#

string FullDocumentName { get; }

Property Value

Type: String

See Also

Reference

Was this information helpful?