Share

Catchment.ContainingGroupId Property

Gets the containing group Id of the catchment area.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId ContainingGroupId { get; }

VB

Public ReadOnly Property ContainingGroupId As ObjectId
	Get

C++

public:
property ObjectId ContainingGroupId {
	ObjectId get ();
}

Property Value

ObjectId

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.CatchmentGroup

See Also

Reference

Was this information helpful?