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

Represents an NXOpen.PDM.EffectivityAttributePropertiesBuilder to be used for creating effectivity attributes. More...

Inheritance diagram for NXOpen.PDM.EffectivityAttributePropertiesBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool CreateAttribute ()
 Create the attribute from the data set in the builder. More...
 
unsafe void Delete (NXOpen.NXObject @object)
 Delete the attribute from the given object. More...
 
unsafe void SetAttributeObjects (NXOpen.NXObject[] objects)
 Sets the array of objects that have this attribute 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 string Category [get, set]
 Returns or sets the category. More...
 
unsafe string DisplayValue [get, set]
 Returns or sets the display value. More...
 
unsafe
NXOpen.PDM.EffectivityTableBuilder 
EffectivityTableBuilder [get]
 Returns the effectivity table builder. More...
 
unsafe NXOpen.SelectNXObjectList SelectedObjects [get]
 Returns the selected object(s) list. More...
 
unsafe string StringValue [get, set]
 Returns or sets the string value. More...
 
unsafe string Title [get, set]
 Returns or sets the attribute title. 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 an NXOpen.PDM.EffectivityAttributePropertiesBuilder to be used for creating effectivity attributes.

The attribute will be distributed to all objects supplied in the selected object list.

To create a new instance of this class, use NXOpen.PDM.ConfigurationManager.CreateEffectivityAttributePropertiesBuilder

Created in NX9.0.0

Member Function Documentation

unsafe bool NXOpen.PDM.EffectivityAttributePropertiesBuilder.CreateAttribute ( )
inline

Create the attribute from the data set in the builder.

Unlike calling commit, this method will not perform an update.

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Returns
True if the attribute was created/edited successfully
unsafe void NXOpen.PDM.EffectivityAttributePropertiesBuilder.Delete ( NXOpen.NXObject object)
inline

Delete the attribute from the given object.

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
objectThe object containing the attribute
unsafe void NXOpen.PDM.EffectivityAttributePropertiesBuilder.SetAttributeObjects ( NXOpen.NXObject[]  objects)
inline

Sets the array of objects that have this attribute

Created in NX8.5.0

License requirements: nx_4gd_integration ("4th Generation Design")

Parameters
objectsthe array of objects

Property Documentation

unsafe string NXOpen.PDM.EffectivityAttributePropertiesBuilder.Category
getset

Returns or sets the category.

The category is an optional, user-defined string that allows attributes to be grouped together.

Created in NX9.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe string NXOpen.PDM.EffectivityAttributePropertiesBuilder.DisplayValue
getset

Returns or sets the display value.

Required if creating an attribute of type String.

Created in NX10.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe NXOpen.PDM.EffectivityTableBuilder NXOpen.PDM.EffectivityAttributePropertiesBuilder.EffectivityTableBuilder
get

Returns the effectivity table builder.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectNXObjectList NXOpen.PDM.EffectivityAttributePropertiesBuilder.SelectedObjects
get

Returns the selected object(s) list.

The created attribute will be applied to all objects in this list.

Created in NX9.0.0

License requirements: nx_4gd_integration ("4th Generation Design")

unsafe string NXOpen.PDM.EffectivityAttributePropertiesBuilder.StringValue
getset

Returns or sets the string value.

Required if creating an attribute of type String.

Created in NX9.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")

unsafe string NXOpen.PDM.EffectivityAttributePropertiesBuilder.Title
getset

Returns or sets the attribute title.

The title is required for creating an attribute and must be unique on the given object. Once the attribute is created, the title cannot be modified.

Created in NX9.0.0

License requirements to get this property: nx_4gd_integration ("4th Generation Design")

License requirements to set this property: nx_4gd_integration ("4th Generation Design")


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