2021 Members
Changes 6
M

AnalyticalModelSketchComponent

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the AnalyticalModelSketchComponent
M EnableAutoDetect() None Enables Auto-detect on Sketch Component.
M Equals None (Inherited from Object .) Object .
M GetAnalyticalAlignmentMethod() AnalyticalAlignmentMethod Retrieves Analytical Alignment Method preset for Sketch Component.
M GetAnalyticalProjectionDatumPlane() ElementId Retrieves Datum Plane ElementId for Analytical Projection
M GetAnalyticalProjectionType() AnalyticalProjectionType Retrieves Analytical Projection Type preset for Sketch Component.
M GetAutoDetectMatchedElements() ICollection<ElementId> Retrieves ElementIds that Sketch Component is Auto-detecting against.
M GetComponentElementId() ElementId Retrieves ElementId of Sketch Component, if such an operation makes sense.
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M IsAutoDetectEnabled() bool Indicates whether Auto-detect is enabled on the given Sketch component.
M IsValidAnalyticalAlignmentMethod(AnalyticalAlignmentMethod) bool Indicates whether Analytical Alignment Method is valid for Sketch Component.
M IsValidAnalyticalProjectionType(AnalyticalProjectionType) bool Indicates whether Analytical Projection Type is valid for Sketch Component.
M IsValidDatumPlaneForProjection(ElementId) bool Indicates whether Datum Plane is valid Analytical Projection of Sketch Component.
M SetAnalyticalAlignmentMethod(AnalyticalAlignmentMethod) None Sets the Alignment Method to the supplied Analytical Alignment Method
M SetAnalyticalProjectionDatumPlane(ElementId) None Sets the Analytical Projection to supplied Datum Plane.
M SetAnalyticalProjectionType(AnalyticalProjectionType) None Sets the Analytical Projection to the supplied Analytical Projection Type.
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.