RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LocationCurve

LocationCurve.JoinType

Property
Description:
Get/change the type of the join at the specified end.
Remarks:
This property allows to get join type of wall and concrete beam and to set wall's join type. The new join type is expected to be different from the current one for this end.
Syntax
public JoinType this[
	int end
] { get; set; }
Parameters
Parameter Type Description
end Int32 The end of the location curve driver under question.
Return Value
Exceptions
Exception Condition
InvalidOperationException The element is neither a wall nor a concrete beam when it tries to get the property. The element is not a wall when it tries to set the property.
InvalidOperationException A failure occurred while attempting to set the new type.