LinkCollectionAdd(IPoint, IPoint, String) Method |
Add a link. A link is defined by 2 points in most cases, using the default Normal display mode.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Link Add(
IPoint point1,
IPoint point2,
string code
)
Public Function Add (
point1 As IPoint,
point2 As IPoint,
code As String
) As Link
public:
Link^ Add(
IPoint^ point1,
IPoint^ point2,
String^ code
)
Parameters
- point1 IPoint
-
First point of the link.
- point2 IPoint
-
Second point of the link.
- code String
-
The code of the link.
Return Value
Link
The link added.
See Also