2024 Members
Changes 4
M

AdaptiveComponentFamilyUtils

Name Return Type Description
M GetNumberOfAdaptivePoints(Family) int Gets number of Adaptive Point Elements in Adaptive Component Family.
M GetNumberOfPlacementPoints(Family) int Gets number of Placement Point Elements in Adaptive Component Family.
M GetNumberOfShapeHandlePoints(Family) int Gets number of Shape Handle Point Elements in Adaptive Component Family.
M GetPlacementNumber(Document, ElementId) int Gets Placement number of an Adaptive Placement Point.
M GetPointConstraintType(Document, ElementId) AdaptivePointConstraintType Gets constrain type of an Adaptive Shape Handle Point.
M GetPointOrientationType(Document, ElementId) AdaptivePointOrientationType Gets orientation type of an Adaptive Placement Point.
M IsAdaptiveComponentFamily(Family) bool Verifies if the Family is an Adaptive Component Family.
M IsAdaptivePlacementPoint(Document, ElementId) bool Verifies if the Reference Point is an Adaptive Placement Point.
M IsAdaptivePoint(Document, ElementId) bool Verifies if the Reference Point is an Adaptive Point.
M IsAdaptiveShapeHandlePoint(Document, ElementId) bool Verifies if the Reference Point is an Adaptive Shape Handle Point.
M MakeAdaptivePoint(Document, ElementId, AdaptivePointType) None Makes Reference Point an Adaptive Point or makes an Adaptive Point a Reference Point.
M SetPlacementNumber(Document, ElementId, Int32) None Sets Placement Number of an Adaptive Placement Point.
M SetPointConstraintType(Document, ElementId, AdaptivePointConstraintType) None Sets constrain type of an Adaptive Shape Handle Point.
M SetPointOrientationType(Document, ElementId, AdaptivePointOrientationType) None Sets orientation type of an Adaptive Placement Point.