Class TitleBlockCollection
Inheritance
System.Object
System.MarshalByRefObject
TitleBlockCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class TitleBlockCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
TitleBlockCollection()
Declaration
protected TitleBlockCollection()
TitleBlockCollection(DraftingApplicationManager)
Declaration
protected TitleBlockCollection(DraftingApplicationManager owner)
Parameters
Type | Name | Description |
---|---|---|
DraftingApplicationManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateCellBuilder(DisplayableObject, Boolean, Int32, String, String, Boolean)
Declaration
[Obsolete("Deprecated in NX12.0.1. Use overloaded NXOpen.Annotations.TitleBlockCollection.CreateCellBuilder instead.")]
public TitleBlockCellBuilder CreateCellBuilder(DisplayableObject object, bool isLocked, int contentType, string value, string label, bool canLockStatusChange)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | object | |
System.Boolean | isLocked | |
System.Int32 | contentType | |
System.String | value | |
System.String | label | |
System.Boolean | canLockStatusChange |
Returns
Type | Description |
---|---|
TitleBlockCellBuilder |
CreateCellBuilder(DisplayableObject, Boolean, String)
Declaration
public TitleBlockCellBuilder CreateCellBuilder(DisplayableObject tableCell, bool lockStatus, string label)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | tableCell | |
System.Boolean | lockStatus | |
System.String | label |
Returns
Type | Description |
---|---|
TitleBlockCellBuilder |
CreateDefineTitleBlockBuilder(TitleBlock)
Declaration
public DefineTitleBlockBuilder CreateDefineTitleBlockBuilder(TitleBlock titleblock)
Parameters
Type | Name | Description |
---|---|---|
TitleBlock | titleblock |
Returns
Type | Description |
---|---|
DefineTitleBlockBuilder |
CreateEditTitleBlockBuilder(TitleBlock[])
Declaration
public EditTitleBlockBuilder CreateEditTitleBlockBuilder(TitleBlock[] titleBlocks)
Parameters
Type | Name | Description |
---|---|---|
TitleBlock[] | titleBlocks |
Returns
Type | Description |
---|---|
EditTitleBlockBuilder |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
ToArray()
Declaration
public TitleBlock[] ToArray()
Returns
Type | Description |
---|---|
TitleBlock[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable