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