Share

ILowLevelSupport.RuleFullFileName Property

Gets the full file name (including directory) of the current rule, if it is an external rule. For a rule that is stored within a Inventor document, this returns an empty string.

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

Syntax

VB

ReadOnly Property RuleFullFileName As String
	Get

C#

string RuleFullFileName { get; }

Return Value

Type: String

See Also

Reference

Was this information helpful?