Share

CorridorSurface.FeatureLineCodeIsBreak Method

Note: This API is now obsolete.

Gets the IsBreak value of the link code.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

[ObsoleteAttribute("Functionality has been removed.", false)]
public bool FeatureLineCodeIsBreak(
	string name
)

VB

<ObsoleteAttribute("Functionality has been removed.", false)>
Public Function FeatureLineCodeIsBreak ( 
	name As String
) As Boolean

C++

public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
bool FeatureLineCodeIsBreak(
	String^ name
)

Parameters

name  String
 

Return Value

Boolean

See Also

Reference

Was this information helpful?