AnnotationFamilyUtilsSetIsExcludedFromLeaderOutline Method |
Sets if the element is excluded from the annotation outline used by leaders.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static void SetIsExcludedFromLeaderOutline(
Element element,
bool isExcluded
)
Public Shared Sub SetIsExcludedFromLeaderOutline (
element As Element,
isExcluded As Boolean
)
public:
static void SetIsExcludedFromLeaderOutline(
Element^ element,
bool isExcluded
)
static member SetIsExcludedFromLeaderOutline :
element : Element *
isExcluded : bool -> unit Parameters
- element Element
-
The element to set.
- isExcluded Boolean
-
Pass true to exclude the element from the leader outline, false otherwise.
Exceptions
Remarks
This function controls the built-in parameter EXCLUDE_FROM_LEADER_OUTLINE.
See Also