Identify projected view

Identify projected view

Anonymous
Not applicable
400 Views
2 Replies
Message 1 of 3

Identify projected view

Anonymous
Not applicable

Hi,

Is there a api available to identify if the view present in drawing sheet is Projected view.I tried using camera orientation type but it is giving as Arbitrary view.

 

Thanks

sheena

0 Likes
401 Views
2 Replies
Replies (2)
Message 2 of 3

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

Have your tried with DrawingView.ViewType

 

Public Enum DrawingViewTypeEnum
  kStandardDrawingViewType = 10501
  kDetailDrawingViewType = 10502
  kSectionDrawingViewType = 10503
  kAuxiliaryDrawingViewType = 10499
  kProjectedDrawingViewType = 10504
  kDraftDrawingViewType = 10505
  kAssociativeDraftDrawingViewType = 10506
  kOverlayDrawingViewType = 10507
End Enum
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks a lot i was looking for this
0 Likes