SoBaseKitCallCreatePathToAnyPart Method (String, Boolean) |
Note: This API is now obsolete.
Calls CallCreatePathToAnyPart(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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public SoNodeKitPath CallCreatePathToAnyPart(
string partName,
bool makeIfNeeded
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
Public Function CallCreatePathToAnyPart (
partName As String,
makeIfNeeded As Boolean
) As SoNodeKitPath
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
SoNodeKitPath^ CallCreatePathToAnyPart(
String^ partName,
bool makeIfNeeded
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
member CallCreatePathToAnyPart :
partName : string *
makeIfNeeded : bool -> SoNodeKitPath
Parameters
- partName
- Type: SystemString
- makeIfNeeded
- Type: SystemBoolean
Return Value
Type:
SoNodeKitPath
Remarks
See Also