TableObjectsTGetReferences Method (T)
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public List<DxfObject> GetReferences(
T item
)
Public Function GetReferences (
item As T
) As List(Of DxfObject)
public:
List<DxfObject^>^ GetReferences(
T item
)
member GetReferences :
item : 'T -> List<DxfObject>
METHOD GetReferences(
item AS T
) AS List<DxfObject>
Parameters
- item
- Type: T
Table object.
Return Value
Type:
ListDxfObjectThe list of DxfObjects that reference the specified table object.
Remarks If there is no specified table object in the list the method will return an empty list.
See Also