| 
            
              ISurfaceDomain Method 
             | 
          
        
         Gets the domain in a direction.
 
    Namespace: 
   Karamba.Geometry
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIInterval Domain(
	int direction
)
Function Domain ( 
	direction As Integer
) As IInterval
IInterval^ Domain(
	int direction
)
abstract Domain : 
        direction : int -> IInterval 
Parameters
- direction
 - Type: SystemInt32
0 gets first parameter, 1 gets second parameter. 
Return Value
Type: 
IIntervalAn interval value.
See Also