ESRI.ArcGIS.Analyst3DTools
AddFeatureClassToTerrain Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Analyst3DTools Namespace > AddFeatureClassToTerrain Class > AddFeatureClassToTerrain Constructor : AddFeatureClassToTerrain Constructor(Object,Object)




in_terrain
The terrain that feature classes will be added to. (In, Required)
in_features
Add references to one or more feature classes that will be included in the terrain dataset. The feature classes must live inside the same feature dataset as the terrain dataset. For each feature class you'll need to set properties that indicate how it's used to define the surface. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_terrain As Object, _
   ByVal in_features As Object _
)
Visual Basic (Usage)Copy Code
Dim in_terrain As Object
Dim in_features As Object
 
Dim instance As AddFeatureClassToTerrain(in_terrain, in_features)
C# 
public AddFeatureClassToTerrain( 
   object in_terrain,
   object in_features
)

Parameters

in_terrain
The terrain that feature classes will be added to. (In, Required)
in_features
Add references to one or more feature classes that will be included in the terrain dataset. The feature classes must live inside the same feature dataset as the terrain dataset. For each feature class you'll need to set properties that indicate how it's used to define the surface. (In, Required)

See Also

© 2010 All Rights Reserved.