| Solid Edge Part Type Library > PartDocument Object : PMI_ByModelState Method |
| Visual Basic |
|---|
Public Sub PMI_ByModelState( _ ByRef PMIObj As PMI, _ Optional ByVal PMIModelState As PMIModelStateConstants = 0 _ ) |
| Value | Description |
|---|---|
| seDesignModelState | Specifies the DESIGN model state - default value when getting PMI dimensions and annotations through the function PMI_ByModelState() |
| seFlatModelState | Specifies the FLAT model state - will be used to get PMI dimensions and annotations based on flat model state through the function PMI_ByModelState() |
| seSimplifyModelState | Specifies the SIMPLIFY model state - will be used to get PMI dimensions and annotations based on simplify model state through the function PMI_ByModelState() |