GetAsPlaceInThisDrawing Method (IHyperLink) Send Feedback
See Also 
Result[out]
True if successful, false if not
PlaceInDrawing[out]
Named location (e.g., Model,filename.dwg) for the hyperlink
Gets the hyperlink created for the specified named location (e.g., Model, Sheet1, Sheet2, etc.) in the drawing.

Syntax

Visual Basic 
Function GetAsPlaceInThisDrawing( _
   ByRef PlaceInDrawing As System.String _
) As System.Boolean
C# 
System.bool GetAsPlaceInThisDrawing( 
   out System.string PlaceInDrawing
)
JavaScript 
GetAsPlaceInThisDrawing(
) : {
   PlaceInDrawing : String,
   Result : Boolean
}
COM native C++ 
HRESULT GetAsPlaceInThisDrawing( 
   BSTR* PlaceInDrawing,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT GetAsPlaceInThisDrawing( 
   dsString* PlaceInDrawing,
   bool* Result
) 

Parameters

PlaceInDrawing[out]
Named location (e.g., Model,filename.dwg) for the hyperlink
Result[out] or Return Value
True if successful, false if not

Remarks

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

See Also

Availability

DraftSight V1R1.3