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
This method is valid only if IHyperLink::GetType is dsHyperLinkType_e.dsHyperLinkType_PlaceInThisDrawing.
DraftSight V1R1.3