StructureStyleModelOptionSimpleSolidType Property |
When ModelViewOptions is defined as Simple3dPart, the 3D object composed in the parts catalog is ignored and the structure is displayed with one of the following simple shapes: cube, cylinder, or sphere.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic StructureSimpleSolidType SimpleSolidType { get; set; }
Public Property SimpleSolidType As StructureSimpleSolidType
Get
Set
public:
property StructureSimpleSolidType SimpleSolidType {
StructureSimpleSolidType get ();
void set (StructureSimpleSolidType value);
}
Property Value
StructureSimpleSolidType
See Also