Gets the definition of point files associated with the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SurfaceDefinitionPointFiles PointFilesDefinition { get; }
VB
Public ReadOnly Property PointFilesDefinition As SurfaceDefinitionPointFiles Get
C++
public: property SurfaceDefinitionPointFiles^ PointFilesDefinition { SurfaceDefinitionPointFiles^ get (); }