PointCloudExAttachPointCloud Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static ObjectId AttachPointCloud(
string filename,
Point3d location,
double scale,
double rotation,
Database db
)
Public Shared Function AttachPointCloud (
filename As String,
location As Point3d,
scale As Double,
rotation As Double,
db As Database
) As ObjectId
public:
static ObjectId AttachPointCloud(
String^ filename,
Point3d location,
double scale,
double rotation,
Database^ db
)
static member AttachPointCloud :
filename : string *
location : Point3d *
scale : float *
rotation : float *
db : Database -> ObjectId
Parameters
- filename String
-
- location Point3d
-
- scale Double
-
- rotation Double
-
- db Database
-
Return Value
ObjectId
See Also