|
![]() |
The center of the clash.
Namespace: Autodesk.Navisworks.Api.Clash
Assembly: Autodesk.Navisworks.Clash (in Autodesk.Navisworks.Clash.dll)
Syntax
Visual Basic |
---|
Public Overridable Property Center As Point3D Get Set |
C# |
---|
public virtual Point3D Center { get; set; } |
Visual C++ |
---|
public: virtual property Point3D^ Center { Point3D^ get (); void set (Point3D^ value); } |
Implements
IClashResult..::..Center
Exceptions
Exception | Condition |
---|---|
System..::..ObjectDisposedException | Object has been Disposed |
System..::..NotSupportedException | Object is Read-Only |
System..::..ArgumentNullException | Argument 'center' is null |
System..::..ArgumentException | Argument 'center' has been Disposed |