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

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

Syntax

C#

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

Visual Basic

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

Visual C++

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

Parameters

alignmentId
Type: ObjectId
strNameTemplate
Type: System.String
strDesc
Type: System.String
useLayer
Type: System.Boolean
strLayer
Type: System.String
strBaseLayer
Type: System.String
location
Type: Point3d

See Also