CorridorSurfaceSetLinkCodeAsBreakLine Method |
Sets the link code as break line or not.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetLinkCodeAsBreakLine(
string codeName,
bool asBreakLine
)
Public Sub SetLinkCodeAsBreakLine (
codeName As String,
asBreakLine As Boolean
)
public:
void SetLinkCodeAsBreakLine(
String^ codeName,
bool asBreakLine
)
Parameters
- codeName String
-
- asBreakLine Boolean
-
ExceptionsException | Condition |
---|
ArgumentNullException |
Thrown when specified code is null.
|
ArgumentException |
Thrown when specified code is empty string, or not found.
|
See Also