AnalyticalLink.IsAutoGenerated Method

AnalyticalLinkIsAutoGenerated Method

Specifies whether or not an AnalyticalLink was created by an Analytical Element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsAutoGenerated()
Public Function IsAutoGenerated As Boolean
public:
bool IsAutoGenerated()
member IsAutoGenerated : unit -> bool 

Return Value

Boolean
True if AnalyticalLink was created by an Analytical Element, false otherwise.
See Also