CompoundStructure.IsVerticallyHomogeneous
Description:
Indicates whether this CompoundStructure represents a single set of parallel layers.
Indicates whether this CompoundStructure represents a single set of parallel layers.
Remarks:
Differs from IsVerticallyCompound as a vertically compound structure might happen not to have any horizontal breaks. For that situation, both IsVerticallyCompound and this method will return true.
Differs from IsVerticallyCompound as a vertically compound structure might happen not to have any horizontal breaks. For that situation, both IsVerticallyCompound and this method will return true.
public bool IsVerticallyHomogeneous()
bool
True if this CompoundStructure represents a series of parallel layers that stretch from bottom to top, false otherwise.