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