Gets the ObjectId of a PointGroup by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ObjectId this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As ObjectId Get |
Visual C++ |
---|
public: property ObjectId default[String^ name] { ObjectId get (String^ name); } |
Parameters
- name
- Type: System..::..String