SoNodekitCatalogIsPublic Method (Int32) |
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(
int thePartNumber
)
Public Function IsPublic (
thePartNumber As Integer
) As Boolean
public:
bool IsPublic(
int thePartNumber
)
member IsPublic :
thePartNumber : int -> bool
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also