Creates a new site.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectId Create(
CivilDocument document,
string siteName
) |
Visual Basic |
---|
Public Shared Function Create ( _
document As CivilDocument, _
siteName As String _
) As ObjectId |
Visual C++ |
---|
public:
static ObjectId Create(
CivilDocument^ document,
String^ siteName
) |
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the the siteName is used by a existing site.
|
See Also