NX Open C++ Reference Guide
Public Member Functions
NXOpen::UserDefinedObjects::UserDefinedClassManager Class Reference

JA interface for the UserDefinedClassManager object
To obtain an instance of this class, refer to Session

Created in NX5.0.0. More...

List of all members.

Public Member Functions

NXOpen::UserDefinedObjects::UserDefinedClassCreateUserDefinedObjectClass (const NXString &className, const NXString &friendlyName)
 Constructs a new UserDefinedClass object.
NXOpen::UserDefinedObjects::UserDefinedClassGetUserDefinedClassFromClassName (const NXString &className)
 Get the UserDefinedClass object associated with the given class name.
NXOpen::UserDefinedObjects::UserDefinedClassNewUserDefinedClass ()
 Creats a new UserDefinedClass object.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

JA interface for the UserDefinedClassManager object
To obtain an instance of this class, refer to Session

Created in NX5.0.0.



Member Function Documentation

Constructs a new UserDefinedClass object.

Returns:
The new UserDefinedClass instance
Created in NX5.0.0.

License requirements : None
Parameters:
classNameThe class name of the new UserDefinedClass
NOTE: The full Unicode character set is not supported for this parameter.
friendlyNameThe friendly name of the new UserDefinedClass (this is the class name displayed in the UI)
NOTE: The full Unicode character set is not supported for this parameter.

Get the UserDefinedClass object associated with the given class name.

Returns:
The UserDefinedClass instance it may be NULL if you do not have permission to query this object
Created in NX5.0.0.

License requirements : None
Parameters:
classNamename of class to find
NOTE: The full Unicode character set is not supported for this parameter.

Creats a new UserDefinedClass object.

Returns:

Created in NX5.0.0.

License requirements : None

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.