Class DynamicSection
Inheritance
System.Object
System.MarshalByRefObject
DynamicSection
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Display
Assembly: NXOpen.dll
Syntax
public class DynamicSection : NXObject, IMessageSink, IDynamicSectionCutCreator, INXObject
Constructors
DynamicSection()
Declaration
protected DynamicSection()
Methods
Find(String)
Declaration
public DynamicSectionCut Find(string journalIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | journalIdentifier |
Returns
Type | Description |
---|---|
DynamicSectionCut |
GetSectionCuts(NXObject, View, out DynamicSectionCut[])
Declaration
public void GetSectionCuts(NXObject contextOccurrence, View view, out DynamicSectionCut[] sectionCuts)
Parameters
Type | Name | Description |
---|---|---|
NXObject | contextOccurrence | |
View | view | |
DynamicSectionCut[] | sectionCuts |
UpdateSectionCuts(Update.Option)
Declaration
public void UpdateSectionCuts(Update.Option updateOption)
Parameters
Type | Name | Description |
---|---|---|
Update.Option | updateOption |
Implements
System.Runtime.Remoting.Messaging.IMessageSink