Gets the link code as break line or not.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public bool IsLinkCodeAsBreakLine( string codeName )
Visual Basic
Public Function IsLinkCodeAsBreakLine ( _ codeName As String _ ) As Boolean
Visual C++
public: bool IsLinkCodeAsBreakLine( String^ codeName )
Parameters
- codeName
- Type: System.String
Exceptions
Exception | Condition |
---|---|
System.ArgumentNullException | Thrown when specified code is null. |
System.ArgumentException | Thrown when specified code is empty string, or not found. |