DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Collapse DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Expand GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > DG Kernel Control > Programmatic Functionality > Core Types > PairIntDg Go to ActiveX docs Search Documentation


PairIntDg Class

A pair of integers.

Fields

public int first
public int second
PairIntDg();
PairIntDg(int a, int b);
PairIntDg(PairIntDg pr);
void Set(int a, int b);