Пример #1
0
 /// <summary>
 /// Attaches an existing annotation to a drawing sheet or view
 /// </summary>
 /// <param name="option">The attach option</param>
 /// <returns>True if successful, false if not</returns>
 /// <remarks>
 ///     Remember to select the annotation and if attaching to a view select an
 ///     element on the view also before running this command
 /// </remarks>
 public bool AttachAnnotation(AttachAnnotationOption option) => mBaseObject.AttachAnnotation((int)option);