SurfaceOperationSmoothOutPutPoints Property |
Gets the output points for the current smoothing operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Point3dCollection OutPutPoints { get; }
Public ReadOnly Property OutPutPoints As Point3dCollection
Get
public:
property Point3dCollection^ OutPutPoints {
Point3dCollection^ get ();
}
Property Value
Point3dCollection
See Also