AbstractViewPEGetViewExtents Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public bool GetViewExtents(
BoundBlock3d extents
)
Public Function GetViewExtents (
extents As BoundBlock3d
) As Boolean
public:
bool GetViewExtents(
BoundBlock3d^ extents
)
member GetViewExtents :
extents : BoundBlock3d -> bool
Parameters
- extents
- Type: Teigha.GeometryBoundBlock3d
Return Value
Type:
Boolean
See Also