Share

SurfaceBoundary.BoundaryType Property

Gets the boundary type.



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

Syntax

C#

public SurfaceBoundaryType BoundaryType { get; }

VB

Public ReadOnly Property BoundaryType As SurfaceBoundaryType
	Get

C++

public:
property SurfaceBoundaryType BoundaryType {
	SurfaceBoundaryType get ();
}

Property Value

SurfaceBoundaryType

See Also

Reference

Was this information helpful?