Gets the output points for the current smoothing operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public Point3dCollection OutPutPoints { get; } |
Visual Basic |
---|
Public ReadOnly Property OutPutPoints As Point3dCollection Get |
Visual C++ |
---|
public: property Point3dCollection^ OutPutPoints { Point3dCollection^ get (); } |