NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Features::CustomIntegerArrayAttribute Class Reference

Represents a Features::CustomIntegerArrayAttribute class
An instance of this class can be obtained from NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerArrayAttribute

Created in NX11.0.0. More...

Inheritance diagram for NXOpen::Features::CustomIntegerArrayAttribute:
CustomAttribute

Public Member Functions

std::vector< int > GetValues ()
 Get the integer values in the attribute. More...
 
void SetValues (const std::vector< int > &intValues)
 Set the integer values to the attribute
Created in NX11.0.0. More...
 

Detailed Description

Represents a Features::CustomIntegerArrayAttribute class
An instance of this class can be obtained from NXOpen::Features::CustomAttributeCollection::CreateCustomIntegerArrayAttribute

Created in NX11.0.0.


Member Function Documentation

std::vector<int> NXOpen::Features::CustomIntegerArrayAttribute::GetValues ( )

Get the integer values in the attribute.

Returns

Created in NX11.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Features::CustomIntegerArrayAttribute::SetValues ( const std::vector< int > &  intValues)

Set the integer values to the attribute
Created in NX11.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
intValuesintvalues

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