GetLinkPath Method (IEmbeddedObject) Send Feedback
See Also  Example
LinkPath[out]
Full path and name of the linked file (see Remarks)
Gets the full path and name of the file that is linked to this embedded object.

Syntax

Visual Basic 
Function GetLinkPath() As System.String
C# 
System.string GetLinkPath()
JavaScript 
GetLinkPath() : String
COM native C++ 
HRESULT GetLinkPath(
   BSTR* LinkPath
)  
C++ 
DSRESULT GetLinkPath(
   dsString* LinkPath
)  

Parameters

LinkPath[out] or Return Value
Full path and name of the linked file (see Remarks)

Example

Remarks

This method is valid only if IEmbeddedObject::GetType returns dsEmbeddedObjectType_e.dsEmbeddedObjectType_Link.
 

See Also

Availability

DraftSight V1R1.4