Share

Catchment.ReferenceSurfaceId Property

Gets/Sets the reference surface for the catchment area.



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

Syntax

C#

public ObjectId ReferenceSurfaceId { get; set; }

VB

Public Property ReferenceSurfaceId As ObjectId
	Get
	Set

C++

public:
property ObjectId ReferenceSurfaceId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

Remarks

ObjectId.Null is valid and means no referece surface is assigned.

See Also

Reference

Was this information helpful?