Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectId Create(
CivilDocument document,
string alignmentName,
string strNameTemplate,
string strDesc,
bool useLayer,
string strLayer,
string strBaseLayer,
Point3d location
) |
Visual Basic |
---|
Public Shared Function Create ( _
document As CivilDocument, _
alignmentName As String, _
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(
CivilDocument^ document,
String^ alignmentName,
String^ strNameTemplate,
String^ strDesc,
bool useLayer,
String^ strLayer,
String^ strBaseLayer,
Point3d location
) |
Parameters
- document
- Type: Autodesk.Civil.ApplicationServices..::..CivilDocument
- alignmentName
- Type: System..::..String
- 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