Share

IManagedDrawingView Properties

The IManagedDrawingView type exposes the following members.

Properties

  NameDescription
Public propertyBalloons
Gets an object that can be used to access the balloons associated with this view.
(Inherited from ICadDrawingView.)
Public propertyCenter
Gets and sets the view center point in drawing document length units.
(Inherited from ICadDrawingView.)
Public propertyHeight
Gets the height of the view. (The height of a model view is determined by the projected height of the model and the view scale.)
(Inherited from ICadDrawingView.)
Public propertyModelDocument
Gets the model document (part or assembly) shown in this view. If the view is not a model view, this will be Nothing.
(Inherited from ICadDrawingView.)
Public propertyModelFactoryDocument
If the document returned by the ModelDocument is a model state member document, then this will get the corresponding factory document.
(Inherited from ICadDrawingView.)
Public propertyName
Returns the name of the view.
Public propertyNativeEntity
Gets the native Inventor API entity that is being managed.
(Inherited from IManagedItem(T).)
Public propertyScale
Gets or sets the view scale, as a number.
(Inherited from ICadDrawingView.)
Public propertyScaleString
Gets or sets the view scale as a text string (e.g. "1:1").
(Inherited from ICadDrawingView.)
Public propertySpacingBetween(String)
Gets or sets the view location by specifying the distance to another view. The other view is typically adjacent on the sheet. The spacing is between view edges, in the X or Y direction. The system chooses the direction by looking at the current spacing between the view positions (not the edges). The axis used is the direction of greatest separation. Specify a positive spacing value to place this view to the right or above the other view. Specify a negative value to place this view to the left or below the other view.
(Inherited from ICadDrawingView.)
Public propertySpacingBetween(ICadDrawingView)
Gets or sets the view location by specifying the distance to another view. The other view is typically adjacent on the sheet. The spacing is between view edges, in the X or Y direction. The system chooses the direction by looking at the current spacing between the view positions (not the edges). The axis used is the direction of greatest separation. Specify a positive spacing value to place this view to the right or above the other view. Specify a negative value to place this view to the left or below the other view.
(Inherited from ICadDrawingView.)
Public propertyView
Gets the Inventor API DrawingView object for this view.
(Inherited from ICadDrawingView.)
Public propertyWidth
Gets the width of the view. (The width of a model view is determined by the projected width of the model and the view scale.)
(Inherited from ICadDrawingView.)

See Also

Reference

Was this information helpful?