SiteLocationIsCompatibleWith Method |
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: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsCompatibleWith(
SiteLocation otherSiteLocation
)
Public Function IsCompatibleWith (
otherSiteLocation As SiteLocation
) As Boolean
public:
bool IsCompatibleWith(
SiteLocation^ otherSiteLocation
)
member IsCompatibleWith :
otherSiteLocation : SiteLocation -> bool
Parameters
- otherSiteLocation SiteLocation
-
Return Value
Boolean
Exceptions
See Also