CorridorSurfaceIsLinkCodeAsBreakLine Method |
Gets the link code as break line or not.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic bool IsLinkCodeAsBreakLine(
string codeName
)
Public Function IsLinkCodeAsBreakLine (
codeName As String
) As Boolean
public:
bool IsLinkCodeAsBreakLine(
String^ codeName
)
Parameters
- codeName String
-
Return Value
Boolean
Exceptions
See Also