Share

TinSurfaceObject.Surface Property

Gets the parent Surface to which the object belongs.



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

Syntax

C#

public virtual TinSurface Surface { get; }

VB

Public Overridable ReadOnly Property Surface As TinSurface
	Get

C++

public:
virtual property TinSurface^ Surface {
	TinSurface^ get ();
}

Property Value

TinSurface

See Also

Reference

Was this information helpful?