Table of Contents

Class ConcreteBlock

Namespace
IdeaRS.OpenModel.Connection
Assembly
IdeaRS.OpenModel.dll

Data of concrete block

public class ConcreteBlock

Inheritance

Inherited Members

Properties

Height

Height of ConcreteBlock

public double Height { get; set; }

Property Value

double

Lenght

Lenght of ConcreteBlock

public double Lenght { get; set; }

Property Value

double

Material

Material of ConcreteBlock

public string Material { get; set; }

Property Value

string

Width

Width of ConcreteBlock

public double Width { get; set; }

Property Value

double