Gets the type of object from which the surface points data are created in the current operation.

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

Syntax

C#
public SurfaceDrawObjectType ObjectType { get; }
Visual Basic
Public ReadOnly Property ObjectType As SurfaceDrawObjectType
	Get
Visual C++
public:
property SurfaceDrawObjectType ObjectType {
	SurfaceDrawObjectType get ();
}

See Also