Share

TinSurface.DrawingObjectsDefinition Property

Gets the definition of drawing objects associated with the surface.



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

Syntax

C#

public SurfaceDefinitionDrawingObjects DrawingObjectsDefinition { get; }

VB

Public ReadOnly Property DrawingObjectsDefinition As SurfaceDefinitionDrawingObjects
	Get

C++

public:
property SurfaceDefinitionDrawingObjects^ DrawingObjectsDefinition {
	SurfaceDefinitionDrawingObjects^ get ();
}

Property Value

SurfaceDefinitionDrawingObjects

See Also

Reference

Was this information helpful?