SoBaseKitGetAnyPart Method (String, Boolean, Boolean) |
Note: This API is now obsolete.
Calls GetAnyPart(partName, makeIfNeeded, leafCheck, false).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.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 SoNode GetAnyPart(
string partName,
bool makeIfNeeded,
bool leafCheck
)
<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 GetAnyPart (
partName As String,
makeIfNeeded As Boolean,
leafCheck As Boolean
) As SoNode
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)]
SoNode^ GetAnyPart(
String^ partName,
bool makeIfNeeded,
bool leafCheck
)
[<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 GetAnyPart :
partName : string *
makeIfNeeded : bool *
leafCheck : bool -> SoNode
Parameters
- partName
- Type: SystemString
- makeIfNeeded
- Type: SystemBoolean
- leafCheck
- Type: SystemBoolean
Return Value
Type:
SoNode
Remarks
See Also