| 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.38.0 (9.9.38.0)
Syntax[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.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoPath CopyFromThis_(
SoPath path
)<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.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function CopyFromThis_ (
path As SoPath
) As SoPathpublic:
[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.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SoPath^ CopyFromThis_(
SoPath^ path
)
[<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.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CopyFromThis_ :
path : SoPath -> SoPath
Parameters
- path
- Type: OIV.InventorSoPath
Return Value
Type:
SoPath
Remarks
See Also