NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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
Created in NX11.0.0. 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
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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.