Share

TurnoutCreationParams.CreateDivertedProfile Method

Gets the flag to create diverted profile or not for one entry



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

Syntax

C#

public bool CreateDivertedProfile(
	string entry
)

VB

Public Function CreateDivertedProfile ( 
	entry As String
) As Boolean

C++

public:
bool CreateDivertedProfile(
	String^ entry
)

Parameters

entry  String
 

Return Value

Boolean

See Also

Reference

Was this information helpful?