Share

AdaptiveComponentInstanceUtils Class

An interface for Adaptive Component Instances.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.AdaptiveComponentInstanceUtils


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static class AdaptiveComponentInstanceUtils

The AdaptiveComponentInstanceUtils type exposes the following members.

Methods

 NameDescription
Public methodStatic memberCreateAdaptiveComponentInstance Creates a FamilyInstance of Adaptive Component Family.
Public methodStatic memberGetInstancePlacementPointElementRefIds Gets Placement Adaptive Point Element Ref ids to which the instance geometry adapts.
Public methodStatic memberGetInstancePointElementRefIds Gets Adaptive Point Element Ref ids to which the instance geometry adapts.
Public methodStatic memberGetInstanceShapeHandlePointElementRefIds Gets Shape Handle Adaptive Point Element Ref ids to which the instance geometry adapts.
Public methodStatic memberHasAdaptiveFamilySymbol Verifies if a FamilyInstance has an Adaptive Family Symbol.
Public methodStatic memberIsAdaptiveComponentInstance Verifies if a FamilyInstance is an Adaptive Component Instance.
Public methodStatic memberIsAdaptiveFamilySymbol Verifies if a FamilySymbol is a valid Adaptive Family Symbol.
Public methodStatic memberIsInstanceFlipped Gets the value of the flip parameter on the adaptive instance.
Public methodStatic memberMoveAdaptiveComponentInstance Moves Adaptive Component Instance by the specified transformation.
Public methodStatic memberSetInstanceFlipped Sets the value of the flip parameter on the adaptive instance.

See Also

Reference

Was this information helpful?