Share

SurfaceOperationAddDrawingObject.ObjectType Property

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.8.0.280

Syntax

C#

public SurfaceDrawObjectType ObjectType { get; }

VB

Public ReadOnly Property ObjectType As SurfaceDrawObjectType
	Get

C++

public:
property SurfaceDrawObjectType ObjectType {
	SurfaceDrawObjectType get ();
}

Property Value

SurfaceDrawObjectType

See Also

Reference

Was this information helpful?