RebarShapeGetMultiplanarDefinition Method |
The optional 3D structure of the shape.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RebarShapeMultiplanarDefinition GetMultiplanarDefinition()
Public Function GetMultiplanarDefinition As RebarShapeMultiplanarDefinition
public:
RebarShapeMultiplanarDefinition^ GetMultiplanarDefinition()
member GetMultiplanarDefinition : unit -> RebarShapeMultiplanarDefinition
Return Value
RebarShapeMultiplanarDefinition
A copy of the multiplanar definition. Changes will not affect the RebarShape.
See Also