Revit 2023 API |
IFCConnectedWallData..::..Location Property |
IFCConnectedWallData Class See Also |
The location for the join.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public IFCConnectedWallDataLocation Location { get; } |
Visual Basic |
---|
Public ReadOnly Property Location As IFCConnectedWallDataLocation Get |
Visual C++ |
---|
public: property IFCConnectedWallDataLocation Location { IFCConnectedWallDataLocation get (); } |