| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ CrvCollectionInstrAttributes | GetAttributes
()
Get method for attribute "Attributes" The instruction attributes |
| /*optional*/ Selections | GetReferences
()
Get method for attribute "References" The references in a curve collection instruction |
| CurveCollectionInstrType | GetType
()
Get method for attribute "Type" The curve collection instruction type |
| double | GetValue
()
Get method for attribute "Value" The curve collection instruction value |
| void | SetAttributes
(
/*optional*/
CrvCollectionInstrAttributes value)
Set method for attribute "Attributes" The instruction attributes |
| void | SetReferences
(
/*optional*/
Selections value)
Set method for attribute "References" The references in a curve collection instruction |
| void | SetType
(CurveCollectionInstrType value)
Set method for attribute "Type" The curve collection instruction type |
| void | SetValue
(double value)
Set method for attribute "Value" The curve collection instruction value |
| Method Detail |
|---|
| GetType/SetType |
|---|
| CurveCollectionInstrType | GetType | () |
| void | SetType | (CurveCollectionInstrType value) |
The curve collection instruction type
|
| GetValue/SetValue |
|---|
| double | GetValue | () |
| void | SetValue | (double value) |
The curve collection instruction value
|
| GetReferences/SetReferences |
|---|
| /*optional*/ Selections | GetReferences | () |
| void | SetReferences | ( /*optional*/ Selections value) |
The references in a curve collection instruction
|
| GetAttributes/SetAttributes |
|---|
| /*optional*/ CrvCollectionInstrAttributes | GetAttributes | () |
| void | SetAttributes | ( /*optional*/ CrvCollectionInstrAttributes value) |
The instruction attributes
|