Share

SurfaceOperationTransformBy.TransformMatrix Property

Gets the transform matrix of this operation.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public Matrix3d TransformMatrix { get; }

VB

Public ReadOnly Property TransformMatrix As Matrix3d
	Get

C++

public:
property Matrix3d TransformMatrix {
	Matrix3d get ();
}

Property Value

Matrix3d

See Also

Reference

Was this information helpful?