AdaptiveComponentFamilyUtilsMakeAdaptivePoint Method |
Makes Reference Point an Adaptive Point or makes an Adaptive Point a Reference Point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static void MakeAdaptivePoint(
Document doc,
ElementId refPointId,
AdaptivePointType type
)
Public Shared Sub MakeAdaptivePoint (
doc As Document,
refPointId As ElementId,
type As AdaptivePointType
)
public:
static void MakeAdaptivePoint(
Document^ doc,
ElementId^ refPointId,
AdaptivePointType type
)
static member MakeAdaptivePoint :
doc : Document *
refPointId : ElementId *
type : AdaptivePointType -> unit
Parameters
- doc Document
-
The Document
- refPointId ElementId
-
The ReferencePoint id
- type AdaptivePointType
-
The Adaptive Point Type
Exceptions
See Also