PointFilesDefinition Property

Gets the definition of point files associated with the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public SurfaceDefinitionPointFiles PointFilesDefinition { get; }

Visual Basic

Public ReadOnly Property PointFilesDefinition As SurfaceDefinitionPointFiles
	Get

Visual C++

public:
property SurfaceDefinitionPointFiles^ PointFilesDefinition {
	SurfaceDefinitionPointFiles^ get ();
}

See Also