IFCConnectedWallData.Location Property

IFCConnectedWallDataLocation Property

The location for the join.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCConnectedWallDataLocation Location { get; }
Public ReadOnly Property Location As IFCConnectedWallDataLocation
	Get
public:
property IFCConnectedWallDataLocation Location {
	IFCConnectedWallDataLocation get ();
}
member Location : IFCConnectedWallDataLocation with get

Property Value

IFCConnectedWallDataLocation
See Also