NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Features.UserDefinedFeatureClassManager Class Reference

JA interface for the UserDefinedFeatureClassManager object More...

Inheritance diagram for NXOpen.Features.UserDefinedFeatureClassManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Features.UserDefinedFeatureClass 
CreateClass (string className)
 Constructs a new NXOpen.Features.UserDefinedFeatureClass object. More...
 
unsafe
NXOpen.Features.UserDefinedFeatureClass[] 
GetClasses ()
 Gets all the NXOpen.Features.UserDefinedFeatureClass objects in the session More...
 
unsafe
NXOpen.Features.UserDefinedFeatureClass 
GetClassFromName (string className)
 Get the NXOpen.Features.UserDefinedFeatureClass object for the given class name. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

JA interface for the UserDefinedFeatureClassManager object

To obtain an instance of this class, refer to NXOpen.Session

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.Features.UserDefinedFeatureClass NXOpen.Features.UserDefinedFeatureClassManager.CreateClass ( string  className)
inline

Constructs a new NXOpen.Features.UserDefinedFeatureClass object.

It is recommended that the company name be used as a prefix to prevent name clashes.

Created in NX8.0.0

License requirements: None.

Parameters
classNamethe class name
Returns
The new class instance
unsafe NXOpen.Features.UserDefinedFeatureClass [] NXOpen.Features.UserDefinedFeatureClassManager.GetClasses ( )
inline

Gets all the NXOpen.Features.UserDefinedFeatureClass objects in the session

Created in NX8.0.0

License requirements: None.

Returns
Array of user defined feature classes
unsafe NXOpen.Features.UserDefinedFeatureClass NXOpen.Features.UserDefinedFeatureClassManager.GetClassFromName ( string  className)
inline

Get the NXOpen.Features.UserDefinedFeatureClass object for the given class name.

Created in NX8.0.0

License requirements: None.

Parameters
classNamename of class to find
Returns
The UserDefinedClass instance it may be a null reference (Nothing in Visual Basic) if you do not have permission to query this object

Property Documentation

Tag NXOpen.Features.UserDefinedFeatureClassManager.Tag
get

Returns the tag of this object.


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