NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | Static Public Member Functions | Properties | List of all members
NXOpen.CAE.AeroStructures.Author.MethodLibrary Class Reference

Represents a NXOpen.CAE.AeroStructures.Author.MethodLibrary object. More...

Inheritance diagram for NXOpen.CAE.AeroStructures.Author.MethodLibrary:
NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

class  _MethodLibraryCallbackAdapter
 

Public Member Functions

delegate bool Callback (NXOpen.CAE.AeroStructures.Author.CalculationContext theRoutine)
 Callback type More...
 
unsafe void RegisterEvaluate (string methodID, int version, NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback cb)
 Routine to register an evaluate callback More...
 
unsafe void RegisterValidate (string methodID, int version, NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback cb)
 Routine to register a validate callback 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...
 

Static Public Member Functions

static MethodLibrary GetMethodLibrary (NXOpen.Session owner)
 Returns the MethodLibrary object for the running session which serves as the 'gateway' class for the application API. 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

Represents a NXOpen.CAE.AeroStructures.Author.MethodLibrary object.

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

Created in NX12.0.0

Member Function Documentation

delegate bool NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback ( NXOpen.CAE.AeroStructures.Author.CalculationContext  theRoutine)

Callback type

Created in NX12.0.0

License requirements: None.

Parameters
theRoutine
static MethodLibrary NXOpen.CAE.AeroStructures.Author.MethodLibrary.GetMethodLibrary ( NXOpen.Session  owner)
inlinestatic

Returns the MethodLibrary object for the running session which serves as the 'gateway' class for the application API.

References to all other objects in this API are obtained either directly or indirectly via methods and properties on this class. Platform Session should be initialized using 'GetSession' method from NXOpen API prior to this call.

unsafe void NXOpen.CAE.AeroStructures.Author.MethodLibrary.RegisterEvaluate ( string  methodID,
int  version,
NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback  cb 
)
inline

Routine to register an evaluate callback

Created in NX12.0.0

License requirements: None.

Parameters
methodIDmust match 'id' field in method descriptor
versionversion number - currently must be 1
cbroutine to register
unsafe void NXOpen.CAE.AeroStructures.Author.MethodLibrary.RegisterValidate ( string  methodID,
int  version,
NXOpen.CAE.AeroStructures.Author.MethodLibrary.Callback  cb 
)
inline

Routine to register a validate callback

Created in NX12.0.0

License requirements: None.

Parameters
methodIDmust match 'id' field in method descriptor
versionversion number - currently must be 1
cbroutine to register

Property Documentation

Tag NXOpen.CAE.AeroStructures.Author.MethodLibrary.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.