Class VentDrainHolePattern
Base class for vent drain hole patterns
Inheritance
VentDrainHolePattern
Inherited Members
Namespace: DesignData.SDS2.Setup
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class VentDrainHolePattern
Properties
OffsetParallelToFlange
Base class for vent drain hole patterns
Declaration
public double OffsetParallelToFlange { get; }
Property Value
Type | Description |
---|---|
double |
OffsetParallelToWeb
Base class for vent drain hole patterns
Declaration
public double OffsetParallelToWeb { get; }
Property Value
Type | Description |
---|---|
double |
PlateRotation
Base class for vent drain hole patterns
Declaration
public double PlateRotation { get; }
Property Value
Type | Description |
---|---|
double |
Methods
Dispose(bool)
Base class for vent drain hole patterns
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Equals(object)
Base class for vent drain hole patterns
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
~VentDrainHolePattern()
Base class for vent drain hole patterns
Declaration
protected ~VentDrainHolePattern()
GetHashCode()
Base class for vent drain hole patterns
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
GetShape()
Get the shape to base the vent drain hole pattern off for this base plate.
Declaration
public Shape GetShape()
Returns
Type | Description |
---|---|
Shape |