Class EmbedShape
Assembly: DesignData.SDS2.Setup.dll
Syntax
public class EmbedShape : Embed
Properties
Ends
Get the ends of the embed plate
Declaration
public EmbedEndList Ends { get; }
Property Value
IsGalvanized
Sets the material's finish to galvanized
Declaration
public bool IsGalvanized { get; }
Property Value
Shape
Get the embedded shape description
Declaration
public Shape Shape { get; }
Property Value
Methods
Dispose(bool)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Overrides
Equals(object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
object |
other |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides