2022 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 Determines whether the specified Object is equal to the current Object . (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 Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (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 Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.