SoBaseKitCreatePathToAnyPart Method (String, Boolean) |
Note: This API is now obsolete.
Calls CreatePathToAnyPart(partName, makeIfNeeded, false, false, (OIV.Inventor.SoPath ^)nullptr).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.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 SoNodeKitPath CreatePathToAnyPart(
string partName,
bool makeIfNeeded
)
<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 CreatePathToAnyPart (
partName As String,
makeIfNeeded As Boolean
) As SoNodeKitPath
public:
[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)]
SoNodeKitPath^ CreatePathToAnyPart(
String^ partName,
bool makeIfNeeded
)
[<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 CreatePathToAnyPart :
partName : string *
makeIfNeeded : bool -> SoNodeKitPath
Parameters
- partName
- Type: SystemString
- makeIfNeeded
- Type: SystemBoolean
Return Value
Type:
SoNodeKitPath
Remarks
See Also