Indicates if a given Datum Plane is valid for analytical model projection
with respect to the given analytical direction.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since:
2011
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2015. It was used as validator to AnalyticalModel.SetAnalyticalProjectionDatumPlane() method that was deprecated and replaced by AnalyticalModelStick.SetProjection() methods and AnalyticalModelColumn.BaseExtensionPlaneId, AnalyticalModelColumn.TopExtensionPlaneId, AnalyticalModelSurface.ProjectionPlaneZ, AnalyticalModelSurface.BottomExtensionPlaneId, AnalyticalModelSurface.TopExtensionPlaneId properties.")]
public bool IsValidProjectionDatumPlane(
AnalyticalElementSelector selector,
AnalyticalDirection direction,
ElementId datumPlaneId
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2015. It was used as validator to AnalyticalModel.SetAnalyticalProjectionDatumPlane() method that was deprecated and replaced by AnalyticalModelStick.SetProjection() methods and AnalyticalModelColumn.BaseExtensionPlaneId, AnalyticalModelColumn.TopExtensionPlaneId, AnalyticalModelSurface.ProjectionPlaneZ, AnalyticalModelSurface.BottomExtensionPlaneId, AnalyticalModelSurface.TopExtensionPlaneId properties.")> _
Public Function IsValidProjectionDatumPlane ( _
selector As AnalyticalElementSelector, _
direction As AnalyticalDirection, _
datumPlaneId As ElementId _
) As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2015. It was used as validator to AnalyticalModel.SetAnalyticalProjectionDatumPlane() method that was deprecated and replaced by AnalyticalModelStick.SetProjection() methods and AnalyticalModelColumn.BaseExtensionPlaneId, AnalyticalModelColumn.TopExtensionPlaneId, AnalyticalModelSurface.ProjectionPlaneZ, AnalyticalModelSurface.BottomExtensionPlaneId, AnalyticalModelSurface.TopExtensionPlaneId properties.")]
public:
bool IsValidProjectionDatumPlane(
AnalyticalElementSelector selector,
AnalyticalDirection direction,
ElementId^ datumPlaneId
) |
Return Value
True if Datum Plane is valid, false otherwise.
Remarks
Exceptions
See Also