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

Represents a Features.CustomExpressionArrayAttribute class More...

Inheritance diagram for NXOpen.Features.CustomExpressionArrayAttribute:
NXOpen.Features.CustomAttribute NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe NXOpen.Expression[] GetValues ()
 Get the expressions in the attribute More...
 
unsafe void SetValues (NXOpen.Expression[] expressionValues)
 Set the expressions in the attribute More...
 
- Public Member Functions inherited from NXOpen.Features.CustomAttribute
unsafe void AddProperty (NXOpen.Features.CustomAttribute.Property attributeProperty)
 The custom attribute add property More...
 
unsafe
NXOpen.Features.CustomAttribute.Property[] 
GetProperties ()
 The custom attribute get all properties More...
 
unsafe bool HasProperty (NXOpen.Features.CustomAttribute.Property attributeProperty)
 The custom attribute does property exist on attribute More...
 
unsafe void RemoveProperty (NXOpen.Features.CustomAttribute.Property attributeProperty)
 The custom attribute remove property More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new 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...
 

Additional Inherited Members

- Public Types inherited from NXOpen.Features.CustomAttribute
enum  Property { IsOutputAttribute = 1, IsOwnedAttribute, IsReferencingTargetBody = 4, MandatoryInput = 8 }
 Specifies custom attribute type. More...
 
enum  Type {
  Unknown, Expression, ExpressionVla, Tag,
  TagVla, Bool, BoolVla, Integer,
  IntegerVla, Double, DoubleVla, String,
  StringVla
}
 Specifies custom attribute type. More...
 
- Protected Member Functions inherited from NXOpen.Features.CustomAttribute
override void FreeResource ()
 Frees the memory associated with this object. More...
 
- Properties inherited from NXOpen.Features.CustomAttribute
unsafe string Name [get, set]
 Returns or sets the custom attribute name More...
 
unsafe
NXOpen.Features.CustomAttribute.Type 
TypeValue [get]
 Returns the custom attribute type value More...
 

Detailed Description

Represents a Features.CustomExpressionArrayAttribute class

An instance of this class can be obtained from NXOpen.Features.CustomAttributeCollection.CreateCustomExpressionArrayAttribute

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.Expression [] NXOpen.Features.CustomExpressionArrayAttribute.GetValues ( )
inline

Get the expressions in the attribute

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
unsafe void NXOpen.Features.CustomExpressionArrayAttribute.SetValues ( NXOpen.Expression[]  expressionValues)
inline

Set the expressions in the attribute

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
expressionValues

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