Lnk Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An object in a Folder that points to another Entity.
Syntax
public class Lnk Public Class Lnk Properties
| Name | Description |
|---|---|
| Id | The identifier for the Link. |
| LnkNum | A persistant identifier. |
| ParEntClsId | The entity class ID of the parent. |
| ParentId | The ID of the parent. |
| ToEntClsId | The type of Entity being pointed to. |
| ToEntId | The ID of the Entity being pointed to. |
Returned By
Where you get a Lnk — members that return one.
- DocumentService.AddLink
- DocumentService.FindLinksBySearchConditions
- DocumentService.GetLinksByIds
- DocumentService.GetLinksByParentIds
- DocumentService.GetLinksByTargetEntityIds
- DocumentService.MoveLink
- DocumentServiceExtensions.UpdateLinkPropertyDefinitions
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Lnk