Gets the IsBreak value of the link code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
[ObsoleteAttribute("Functionality has been removed.", false)]
public bool FeatureLineCodeIsBreak(
string name
) |
Visual Basic |
---|
<ObsoleteAttribute("Functionality has been removed.", False)> _
Public Function FeatureLineCodeIsBreak ( _
name As String _
) As Boolean |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Functionality has been removed.", false)]
bool FeatureLineCodeIsBreak(
String^ name
) |
Parameters
- name
- Type: System..::..String
See Also