RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Transform

Transform.IsTranslation

Property
Description:
The boolean value that indicates whether this transformation is a translation.
Remarks:
This property is true if the only effect of transformation is translation. It checks that the basis of the transform is identity. The translation vector may be zero (which would make this an identity transformation) or nonzero (which would make this a non-trivial translation).
Syntax
public bool IsTranslation { get; }