 | TableObjectsTGetReferences Method (T) |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Namespace:
netDxf.Collections
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic List<DxfObject> GetReferences(
T item
)
Request Example
View SourceParameters
- item
- Type: T
Table object.
Return Value
Type:
ListDxfObjectThe list of DxfObjects that reference the specified table object.
RemarksIf there is no specified table object in the list the method will return an empty list.
See Also