Gets the objectId of a siteless Alignment object by name.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId GetSitelessAlignmentId( string name )
VB
Public Function GetSitelessAlignmentId ( name As String ) As ObjectId
C++
public: ObjectId GetSitelessAlignmentId( String^ name )
Parameters
- name String
- Name of the siteless alignment.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when there's no siteless alignment with this name in the drawing. |