Hide Table of Contents
GetImmediateChildReferences Method (IReferenceManager)

Gets the nearest child external references of the specified unopened drawing file.

.NET Syntax

Visual Basic (Declaration) 
Sub GetImmediateChildReferences( _
   ByVal DrawingFilePath As System.String, _
   ByRef ExternalDefinitionTypeLongArray As System.Object, _
   ByRef ExternalDefinitionsArray As System.Object _
) 
C# 
void GetImmediateChildReferences( 
   System.string DrawingFilePath,
   out System.object ExternalDefinitionTypeLongArray,
   out System.object ExternalDefinitionsArray
)
JScript 
function GetImmediateChildReferences( 
   DrawingFilePath : System.String,
   ExternalDefinitionTypeLongArray : System.Object,
   ExternalDefinitionsArray : System.Object
);
Managed Extensions for C++ 
void GetImmediateChildReferences( 
   System.string* DrawingFilePath,
   [PARAMFLAG::Out] System.Object* ExternalDefinitionTypeLongArray,
   [PARAMFLAG::Out] System.Object* ExternalDefinitionsArray
) 
C++/CLI 
void GetImmediateChildReferences( 
&   System.String^ DrawingFilePath,
&   [Out] System.Object^ ExternalDefinitionTypeLongArray,
&   [Out] System.Object^ ExternalDefinitionsArray
) 

Parameters

DrawingFilePath
Full path name of the drawing file for which to retrieve the nearest external child references
ExternalDefinitionTypeLongArray

Array of external definition types as defined in dsObjectType_e that map onto elements of ExternalDefinitionsArray. Possible values:

  • dsDgnDefinitionType
  • dsPdfDefinitionType
  • dsImageDefinitionType
ExternalDefinitionsArray

Array of external definitions that map onto elements of ExternalDefinitionTypeLongArray. Possible values:

Example

See the IReferenceManager examples.

Remarks

This method allows you to retrieve the nearest child external references of unopened DrawingFilePath. To retrieve the nearest child external references of an opened drawing, use IDocument::GetImmediateChildReferences.
 

See Also

Availability

DraftSight 2020 SP1


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   GetImmediateChildReferences Method (IReferenceManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2024 SP03

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.