SurfaceDefinitionPointFiles Class

This class encapsulates the point files operation list for a surface.
Inheritance Hierarchy
SystemObject
  SurfaceDefinitionBaseSurfaceOperationAddPointFile
    Autodesk.Civil.DatabaseServicesSurfaceDefinitionPointFiles

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceDefinitionPointFiles : SurfaceDefinitionBase<SurfaceOperationAddPointFile>

The SurfaceDefinitionPointFiles type exposes the following members.

Methods
 NameDescription
Public methodCode exampleAddPointFile(String, PointFileFormat) Adds points from a point file to the surface.
Public methodCode exampleAddPointFile(String, PointFileFormat, Boolean, Boolean, Boolean) Adds the point file to the surface.
Top
See Also