SetPlaceInThisDrawing Method (IHyperLink) Send Feedback
See Also 
PlaceInDrawing
Named location (e.g., Model,filename.dwg) for the hyperlink
Sets the hyperlink to a named location (e.g., Model, Sheet1, Sheet2, etc.) in the current drawing.

Syntax

Visual Basic 
Sub SetPlaceInThisDrawing( _
   ByVal PlaceInDrawing As System.String _
) 
C# 
void SetPlaceInThisDrawing( 
   System.string PlaceInDrawing
)
JavaScript 
SetPlaceInThisDrawing( 
   PlaceInDrawing : String
)
COM native C++ 
HRESULT SetPlaceInThisDrawing( 
   BSTR PlaceInDrawing
) 
C++ 
DSRESULT SetPlaceInThisDrawing( 
   const dsString& PlaceInDrawing
) 

Parameters

PlaceInDrawing
Named location (e.g., Model,filename.dwg) for the hyperlink

Remarks

This method is valid only if IHyperLink::GetType is dsHyperLinkType_e.dsHyperLinkType_PlaceInThisDrawing.
 

See Also

Availability

DraftSight V1R1.3