Gets the ObjectId of a PointDescriptionKey by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ObjectId this[
string codeName
] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _
codeName As String _
) As ObjectId
Get |
Visual C++ |
---|
public:
property ObjectId default[String^ codeName] {
ObjectId get (String^ codeName);
} |
Parameters
- codeName
- Type: System..::..String
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the name does not exist in the set.
|
See Also