SectionViewOffsetElevationLabelSection1Id Property |
Gets or sets the ObjectId of the first section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic ObjectId Section1Id { get; set; }Public Property Section1Id As ObjectId
Get
Set
public:
property ObjectId Section1Id {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when Section1Id is set to an invalid new value.
|
See Also