NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Diagramming.AnnotationBuilder Class Reference

Represents a AnnotationBuilder. More...

Inheritance diagram for NXOpen.Diagramming.AnnotationBuilder:
NXOpen.Diagramming.ConnectableElementBuilder NXOpen.Diagramming.SheetElementBuilder NXOpen.Diagramming.BaseObjectBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Diagramming.ReferenceGeometryBuilder NXOpen.Diagramming.Tables.TableBuilder

Public Types

enum  TextTypeOption { Fixed, Parametric }
 Represents the option NXOpen.Diagramming.AnnotationBuilder.TextType for a NXOpen.Diagramming.AnnotationBuilder . More...
 

Properties

unsafe bool BoundaryDisplay [get, set]
 Returns or sets the visibility of boundary. More...
 
unsafe
NXOpen.Diagramming.DiagrammingAnnotationboundarytype 
BoundaryType [get, set]
 Returns or sets the boundary type of the annotation More...
 
unsafe
NXOpen.Diagramming.FormattedStringBuilder 
FormattedStringBuilder [get]
 Returns the formatted string of the text. More...
 
unsafe string Text [get, set]
 Returns or sets the text should be used only when textType is Diagramming. More...
 
unsafe
NXOpen.Diagramming.TextStyleBuilder 
TextStyleBuilder [get]
 Returns the text style of the annotation. More...
 
unsafe
NXOpen.Diagramming.AnnotationBuilder.TextTypeOption 
TextType [get, set]
 Returns or sets the text type. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Diagramming.ConnectableElementBuilder
unsafe NXOpen.Diagramming.Port[] GetAllPorts ()
 Gets all ports of this connectable element. More...
 
unsafe NXOpen.Diagramming.Port[] GetPorts (NXOpen.Diagramming.Direction direction)
 Gets ports of this connectable element by the direction. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a AnnotationBuilder.

To create a new instance of this class, use NXOpen.Diagramming.AnnotationCollection.CreateAnnotationBuilder

Created in NX10.0.0

Member Enumeration Documentation

Represents the option NXOpen.Diagramming.AnnotationBuilder.TextType for a NXOpen.Diagramming.AnnotationBuilder .

Enumerator
Fixed 

Setting the text type fixed

Parametric 

Setting the text type parametric

Property Documentation

unsafe bool NXOpen.Diagramming.AnnotationBuilder.BoundaryDisplay
getset

Returns or sets the visibility of boundary.

If return true, the annotation will show its boundary if it has one.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.DiagrammingAnnotationboundarytype NXOpen.Diagramming.AnnotationBuilder.BoundaryType
getset

Returns or sets the boundary type of the annotation

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.FormattedStringBuilder NXOpen.Diagramming.AnnotationBuilder.FormattedStringBuilder
get

Returns the formatted string of the text.

Created in NX10.0.0

License requirements: None.

unsafe string NXOpen.Diagramming.AnnotationBuilder.Text
getset

Returns or sets the text should be used only when textType is Diagramming.

AnnotationBuilder.TextTypeOption.Fixed

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Diagramming.TextStyleBuilder NXOpen.Diagramming.AnnotationBuilder.TextStyleBuilder
get

Returns the text style of the annotation.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Diagramming.AnnotationBuilder.TextTypeOption NXOpen.Diagramming.AnnotationBuilder.TextType
getset

Returns or sets the text type.

If NXOpen.Diagramming.AnnotationBuilder.TextTypeOption.Fixed , the text of annotation is stored in NXOpen.Diagramming.AnnotationBuilder . If NXOpen.Diagramming.AnnotationBuilder.TextTypeOption.Parametric , the text of annotation is stored in NXOpen.Diagramming.AnnotationBuilder.FormattedStringBuilder .

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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