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