SoSelectionCopyFromThis_ Method |
Note: This API is now obsolete.
Calls CopyFromThis_(path, false).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
public SoPath CopyFromThis_(
SoPath path
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
Public Function CopyFromThis_ (
path As SoPath
) As SoPath
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
SoPath^ CopyFromThis_(
SoPath^ path
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
member CopyFromThis_ :
path : SoPath -> SoPath
Parameters
- path
- Type: OIV.InventorSoPath
Return Value
Type:
SoPath
Remarks
See Also