CorridorSurfaceFeatureLineCodeIsBreak Method |
Note: This API is now obsolete.
Gets the IsBreak value of the link code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Functionality has been removed.", false)]
public bool FeatureLineCodeIsBreak(
string name
)
<ObsoleteAttribute("Functionality has been removed.", false)>
Public Function FeatureLineCodeIsBreak (
name As String
) As Boolean
public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
bool FeatureLineCodeIsBreak(
String^ name
)
Parameters
- name String
-
Return Value
Boolean
See Also