TableObjectsTGetReferences Method (String)
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic 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.
RemarksIf there is no table object with the specified name in the list the method an empty list.
See Also