Gets or sets the origin of a subassembly.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public Point3d Origin { get; set; }
VB
Public Property Origin As Point3d Get Set
C++
public: property Point3d Origin { Point3d get (); void set (Point3d value); }
Property Value
Point3dExceptions
Exception | Condition |
---|---|
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.