IViewport Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IViewport.

Public Properties

 NameDescription
 PropertyActiveGets or sets whether this Viewport is the active Viewport.  
 PropertyCCSPerViewportGets or sets whether the custom coordinate system associated with this Viewport becomes active when the Viewport is activated.  
 PropertyColorGets or sets the LineColor of the Viewport.  
 PropertyCustomScaleGets or sets a custom scale factor for the Viewport.  
 PropertyDisplayLockedGets or sets whether the Viewport is locked in model workspace.  
 PropertyErasedGets or sets whether to erase or restore the Viewport.  
 PropertyHandleGets the value of the handle for the Viewport.  
 PropertyHeightGets or sets the height of the Viewport.  
 PropertyIsOnGets or sets whether the Viewport is displayed in the graphics area.  
 PropertyLayerGets or sets the name of the Layer of the Viewport.  
 PropertyLineScaleGets or sets the scale factor for the Viewport's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the Viewport.  
 PropertyLineWeightGets or sets the LineWeight of the Viewport.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this Viewport.  
 PropertyShadePrintStyleGets or sets the shaded view print style of the Viewport.  
 PropertyStandardScaleGets or sets the standard scale factor for the Viewport.  
 PropertyTransparencyGets or sets the transparency object for this Viewport.  
 PropertyVisibleGets or sets whether to show the Viewport.  
 PropertyWidthGets or sets the width of the Viewport.  
Top

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the Viewport.  
 MethodDeleteCustomDataDeletes the specified custom data from the Viewport.  
 MethodDeleteHyperLinkDeletes the hyperlink attached to the Viewport.  
 MethodGetBoundingBoxGets the bounding box enclosing the Viewport.  
 MethodGetCenterGets the center point of the Viewport.  
 MethodGetClippedObjectGets the entity that defines the clipping boundary of the Viewport.  
 MethodGetCustomDataGets the specified custom data for the Viewport.  
 MethodGetExtensionDictionaryGets the dictionary for the Viewport.  
 MethodGetHyperLinkGets the hyperlink attached to the Viewport.  
 MethodGetIsClippedGets whether the Viewport is clipped by an entity.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the Viewport, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected Viewport to or from the current selection set.  
 MethodSetCenterSets the center point of the Viewport.  
 MethodSetCustomDataSets the custom data for the Viewport.  
 MethodSetHyperLinkSets the hyperlink to attach to the Viewport.  
Top

See Also