Hide Table of Contents
GetFirstDisplayDimension Method (IFeature)

Provides access to the dimensions that belong to this feature by returning the first display dimension associated with this feature.

.NET Syntax

Visual Basic (Declaration) 
Function GetFirstDisplayDimension() As System.Object
Visual Basic (Usage) 
Dim instance As IFeature
Dim value As System.Object
 
value = instance.GetFirstDisplayDimension()
C# 
System.object GetFirstDisplayDimension()
C++/CLI 
System.Object^ GetFirstDisplayDimension(); 

Return Value

First IDisplayDimension object for this feature, or Nothing or null if there are no dimensions for this feature

Example

Remarks

Before you can get a feature's IDisplayDimension, use IModelDoc2::SetUserPreferenceToggle and swDisplayFeatureDimensions to display them.

All dimensions on this feature its sub-features are returned by either IFeature::GetFirstDisplayDimension and IFeature::GetNextDisplayDimension or IFeature::EnumDisplayDimensions. In the user-interface, this is equivalent to double-clicking a feature in the FeatureManager design tree to display all of the feature and sub-feature dimensions.

If you call this method from a sub-feature (for example, the sketch of a boss-extrude), then the IDisplayDimension object returned by IFeature::GetFirstDisplayDimension and IFeature::GetNextDisplayDimension contain only the dimensions found in the sketch.

Do not use IAnnotation::Visible property to modify this method's return value.

This method might not return the same display dimension every time it is called.

 

See Also

Availability

SOLIDWORKS 98Plus, datecode 1998319


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   GetFirstDisplayDimension Method (IFeature)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.