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

Represents a Symbol Note creation class Builder More...

Inheritance diagram for NXOpen.AME.SymbolNoteBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AddAttribute (string propertyName, NXOpen.NXObject propertyReference)
 Add the attribute More...
 
unsafe void AddNewAttribute (NXOpen.NXObject attrOwner, string attrTitle, NXOpen.AME.AmeSymbolAnnotationAttributesource attrCategory)
 Add the new attribute More...
 
unsafe void MoveDownAttribute (int attrIndex)
 Move down attribute More...
 
unsafe void MoveUpAttribute (int attrIndex)
 Move up attribute More...
 
unsafe void RemoveAttribute (int attrIndex)
 Remove the attribute More...
 
unsafe void ResetPropertyList ()
 Reset the property list More...
 
unsafe void ResetToDefault ()
 Resets the symbol annotation settings to default. More...
 
unsafe void UpdateAttributeCategory (int attrIndex, NXOpen.AME.AmeSymbolAnnotationAttributesource attrCategory)
 Update attribute category More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. 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

unsafe
NXOpen.AME.AmeSymbolAnnotationContactblock 
ContactBlock [get, set]
 Returns or sets the contact block annotation type More...
 
unsafe
NXOpen.Annotations.OriginBuilder 
Origin [get]
 Returns the origin More...
 
unsafe
NXOpen.AME.SymbolAnnotationStyleBuilder 
SymbolAnnotationStyle [get]
 Returns the symbolAnnotationStyle More...
 
unsafe
NXOpen.AME.AmeSymbolAnnotationType 
Type [get, set]
 Returns or sets the Annotation type More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
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.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Symbol Note creation class Builder

To create a new instance of this class, use NXOpen.AME.AMEManager.CreateSymbolNoteBuilder

Default values.

Property Value

SymbolAnnotationStyle.Anchor

BottomRight

SymbolAnnotationStyle.Height

Two

SymbolAnnotationStyle.Justification

Right

SymbolAnnotationStyle.LetteringAngle

Degree0

Created in NX1847.0.0

Member Function Documentation

unsafe void NXOpen.AME.SymbolNoteBuilder.AddAttribute ( string  propertyName,
NXOpen.NXObject  propertyReference 
)
inline

Add the attribute

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
propertyName
propertyReference
unsafe void NXOpen.AME.SymbolNoteBuilder.AddNewAttribute ( NXOpen.NXObject  attrOwner,
string  attrTitle,
NXOpen.AME.AmeSymbolAnnotationAttributesource  attrCategory 
)
inline

Add the new attribute

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
attrOwner
attrTitle
attrCategory
unsafe void NXOpen.AME.SymbolNoteBuilder.MoveDownAttribute ( int  attrIndex)
inline

Move down attribute

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
attrIndex
unsafe void NXOpen.AME.SymbolNoteBuilder.MoveUpAttribute ( int  attrIndex)
inline

Move up attribute

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
attrIndex
unsafe void NXOpen.AME.SymbolNoteBuilder.RemoveAttribute ( int  attrIndex)
inline

Remove the attribute

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
attrIndex
unsafe void NXOpen.AME.SymbolNoteBuilder.ResetPropertyList ( )
inline

Reset the property list

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe void NXOpen.AME.SymbolNoteBuilder.ResetToDefault ( )
inline

Resets the symbol annotation settings to default.

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe void NXOpen.AME.SymbolNoteBuilder.UpdateAttributeCategory ( int  attrIndex,
NXOpen.AME.AmeSymbolAnnotationAttributesource  attrCategory 
)
inline

Update attribute category

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
attrIndex
attrCategory

Property Documentation

unsafe NXOpen.AME.AmeSymbolAnnotationContactblock NXOpen.AME.SymbolNoteBuilder.ContactBlock
getset

Returns or sets the contact block annotation type

Created in NX1847.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.Annotations.OriginBuilder NXOpen.AME.SymbolNoteBuilder.Origin
get

Returns the origin

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.SymbolAnnotationStyleBuilder NXOpen.AME.SymbolNoteBuilder.SymbolAnnotationStyle
get

Returns the symbolAnnotationStyle

Created in NX1847.0.0

License requirements: ad_automation_design ("FULL AUTOMATION DESIGNER")

unsafe NXOpen.AME.AmeSymbolAnnotationType NXOpen.AME.SymbolNoteBuilder.Type
getset

Returns or sets the Annotation type

Created in NX1847.0.0

License requirements to get this property: ad_automation_design ("FULL AUTOMATION DESIGNER")

License requirements to set this property: ad_automation_design ("FULL AUTOMATION DESIGNER")


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