DatumPlane.GetDatumExtentTypeInView
Description:
Identifies whether the curve representing the datum plane is displayed according to its actual 3d extents, or else according to a view specific setting.
Identifies whether the curve representing the datum plane is displayed according to its actual 3d extents, or else according to a view specific setting.
Remarks:
In a particular view, the datum plane is represented by a curve and the two ends of the curve may have different DatumExtentTypes in that view.
In a particular view, the datum plane is represented by a curve and the two ends of the curve may have different DatumExtentTypes in that view.
public DatumExtentType GetDatumExtentTypeInView(
DatumEnds datumEnd,
View view
)
-
datumEndSpecifies one end of the curve representing the datum plane in the view.
-
viewThe view in which to evaluate the datum extent settings.
Return Value
The extent type.
The extent type.
-
The datum plane cannot be visible in the view.
-
A non-optional argument was NULL
-
A value passed for an enumeration argument is not a member of that enumeration