SubassemblyOrigin Property

Gets or sets the origin of a subassembly.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point3d Origin { get; set; }

Property Value

Point3d
Exceptions
ExceptionCondition
InvalidOperationException Thrown when setting the origin of a dynamic subassembly (GeometryGenerateMode is not HardCoded).
Remarks
  • Only the origin of a static subassembly (GeometryGenerateMode is HardCoded) can be set.
  • When the origin is set, offset and elevation of each point on the subassembly are updated based on the new origin.
See Also