SoNodekitCatalogIsPublic Method (String) |
Returns true if the specified part is public.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsPublic(
string theName
)
Public Function IsPublic (
theName As String
) As Boolean
public:
bool IsPublic(
String^ theName
)
member IsPublic :
theName : string -> bool
Parameters
- theName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also