Transform1DTranslation Property |
The translational part of this transformation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double Translation { get; set; }
Public Property Translation As Double
Get
Set
public:
property double Translation {
double get ();
void set (double value);
}
member Translation : float with get, set
Property Value
Double
See Also