Share

SectionViewOffsetElevationLabel.Section1Id Property

Gets or sets the ObjectId of the first section.



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

Syntax

C#

public ObjectId Section1Id { get; set; }

VB

Public Property Section1Id As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when Section1Id is set to an invalid new value.

See Also

Reference

Was this information helpful?