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