Checks whether the geographic coordinate system of this site is compatible with the given site .
True if he geographic coordinate system of this site is compatible with the given site, false otherwise.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2018
Syntax
C# |
---|
public bool IsCompatibleWith(
SiteLocation otherSiteLocation
) |
Visual Basic |
---|
Public Function IsCompatibleWith ( _
otherSiteLocation As SiteLocation _
) As Boolean |
Visual C++ |
---|
public:
bool IsCompatibleWith(
SiteLocation^ otherSiteLocation
) |
Exceptions
See Also