SoBaseKitCreatePathToPart Method (String, Boolean) |
Calls CreatePathToPart(partName, makeIfNeeded, (OIV.Inventor.SoPath ^)nullptr).
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoNodeKitPath CreatePathToPart(
string partName,
bool makeIfNeeded
)
Public Function CreatePathToPart (
partName As String,
makeIfNeeded As Boolean
) As SoNodeKitPath
public:
SoNodeKitPath^ CreatePathToPart(
String^ partName,
bool makeIfNeeded
)
member CreatePathToPart :
partName : string *
makeIfNeeded : bool -> SoNodeKitPath
Parameters
- partName
- Type: SystemString
- makeIfNeeded
- Type: SystemBoolean
Return Value
Type:
SoNodeKitPathRemarks See Also