ProfileOffsetProfileParameters Class

Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesProfileOffsetProfileParameters

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class OffsetProfileParameters

The ProfileOffsetProfileParameters type exposes the following members.

Constructors
 NameDescription
Public methodProfileOffsetProfileParameters This object contains the parameters for an offset profile, including stations list, and the parent profile and alignment.
Top
Properties
 NameDescription
Public propertyParentAlignmentId Gets the profile's parent profile Id. This property is only valid when this profile is an offset profile.
Public propertyParentProfileId Gets the profile's parent offset alignment Id. This property is only valid when this profile is an offset profile and the parent alignment is an offset alignment.
Public propertyStations Gets or sets the offset profile's stations list, containing stations, slopes and descriptions.
Top
See Also