Gets the link code as break line or not.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsLinkCodeAsBreakLine( string codeName )
VB
Public Function IsLinkCodeAsBreakLine ( codeName As String ) As Boolean
C++
public: bool IsLinkCodeAsBreakLine( String^ codeName )
Parameters
- codeName String
Return Value
BooleanExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when specified code is null. |
ArgumentException | Thrown when specified code is empty string, or not found. |