Share

CorridorSurfaceBaseMask Class

Base class for CorridorSurfaceMask and CorridorSurfaceBoundary.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCorridorSurfaceBaseMask
      Autodesk.Civil.DatabaseServicesCorridorSurfaceBoundary
      Autodesk.Civil.DatabaseServicesCorridorSurfaceMask


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

Syntax

C#

public abstract class CorridorSurfaceBaseMask : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

VB

Public MustInherit Class CorridorSurfaceBaseMask
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

C++

public ref class CorridorSurfaceBaseMask abstract : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The CorridorSurfaceBaseMask type exposes the following members.

Properties

 NameDescription
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyDescription Gets or sets the description.
Public propertyCode exampleFeatureLineComponents Gets the collection of feature line components that make up the edge, if the border was originally defined by selecting segments of feature lines.
Public propertyIsDefinedFromPolygon Gets a boolean value which specified whether the mask or boundary is defined from polygon.
Public propertyName Gets or sets the name.

Methods

 NameDescription
Public methodPolygonPoints 

See Also

Reference

Was this information helpful?