SetVerticalOffsetType Method

Sets the type of how the parts follow the vertical path (profile).

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void SetVerticalOffsetType(
	PressurePipeRunVerticalOffsetType offsetType
)

Visual Basic

Public Sub SetVerticalOffsetType ( _
	offsetType As PressurePipeRunVerticalOffsetType _
)

Visual C++

public:
void SetVerticalOffsetType(
	PressurePipeRunVerticalOffsetType offsetType
)

See Also