Share

SuperelevationView.Create(ObjectId, String, String, Boolean, String, String, Point3d) Method



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

Syntax

C#

public static ObjectId Create(
	ObjectId alignmentId,
	string strNameTemplate,
	string strDesc,
	bool useLayer,
	string strLayer,
	string strBaseLayer,
	Point3d location
)

VB

Public Shared Function Create ( 
	alignmentId As ObjectId,
	strNameTemplate As String,
	strDesc As String,
	useLayer As Boolean,
	strLayer As String,
	strBaseLayer As String,
	location As Point3d
) As ObjectId

C++

public:
static ObjectId Create(
	ObjectId alignmentId, 
	String^ strNameTemplate, 
	String^ strDesc, 
	bool useLayer, 
	String^ strLayer, 
	String^ strBaseLayer, 
	Point3d location
)

Parameters

alignmentId  ObjectId
 
strNameTemplate  String
 
strDesc  String
 
useLayer  Boolean
 
strLayer  String
 
strBaseLayer  String
 
location  Point3d
 

Return Value

ObjectId

See Also

Reference

Was this information helpful?