NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.Features.CustomDoubleArrayAttribute Class Reference

Represents a Features.CustomDoubleArrayAttribute class More...

Inheritance diagram for NXOpen.Features.CustomDoubleArrayAttribute:
NXOpen.Features.CustomAttribute

Public Member Functions

unsafe void SetValues (double[] doubleValues)
 Set the double values in attribute More...
 
unsafe double[] GetValues ()
 Get the double values in 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 void RemoveProperty (NXOpen.Features.CustomAttribute.Property attributeProperty)
 The custom attribute remove property More...
 
unsafe bool HasProperty (NXOpen.Features.CustomAttribute.Property attributeProperty)
 The custom attribute does property exist on attribute More...
 
unsafe
NXOpen.Features.CustomAttribute.Property[] 
GetProperties ()
 The custom attribute get all properties More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.Features.CustomAttribute
enum  Type {
  Unknown, Expression, ExpressionVla, Tag,
  TagVla, Bool, BoolVla, Integer,
  IntegerVla, Double, DoubleVla, String,
  StringVla
}
 Specifies custom attribute type. More...
 
enum  Property { IsOutputAttribute = 1, IsOwnedAttribute, IsReferencingTargetBody = 4, MandatoryInput = 8 }
 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.CustomDoubleArrayAttribute class

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

Created in NX11.0.0

Member Function Documentation

unsafe double [] NXOpen.Features.CustomDoubleArrayAttribute.GetValues ( )

Get the double values in attribute

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Returns
array of doubles
unsafe void NXOpen.Features.CustomDoubleArrayAttribute.SetValues ( double[]  doubleValues)

Set the double values in attribute

Created in NX11.0.0

License requirements: solid_modeling ("SOLIDS MODELING")

Parameters
doubleValues

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