ParcelStyleId Property

Sets the Parcel's style Id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override ObjectId StyleId { set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property with an object id which type is not ParcelStyle.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.ParcelStyle
See Also