Share

SurfaceOperationSmooth.OutPutPoints Property

Gets the output points for the current smoothing operation.



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

Syntax

C#

public Point3dCollection OutPutPoints { get; }

VB

Public ReadOnly Property OutPutPoints As Point3dCollection
	Get

C++

public:
property Point3dCollection^ OutPutPoints {
	Point3dCollection^ get ();
}

Property Value

Point3dCollection

See Also

Reference

Was this information helpful?