RegionAreaProperties Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual RegionAreaProperties AreaProperties(
ref Point3d origin,
ref Vector3d xAxis,
ref Vector3d yAxis
)
Public Overridable Function AreaProperties (
ByRef origin As Point3d,
ByRef xAxis As Vector3d,
ByRef yAxis As Vector3d
) As RegionAreaProperties
public:
virtual RegionAreaProperties AreaProperties(
Point3d% origin,
Vector3d% xAxis,
Vector3d% yAxis
)
abstract AreaProperties :
origin : Point3d byref *
xAxis : Vector3d byref *
yAxis : Vector3d byref -> RegionAreaProperties
override AreaProperties :
origin : Point3d byref *
xAxis : Vector3d byref *
yAxis : Vector3d byref -> RegionAreaProperties
Parameters
- origin Point3d
-
- xAxis Vector3d
-
- yAxis Vector3d
-
Return Value
RegionAreaProperties
See Also