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