| Revit 2022 API |
| IFCConnectedWallData..::..Location Property |
| IFCConnectedWallData Class See Also |
The location for the join.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 22.0.0.0 (22.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 (); } |